e5e3293ed3
/wrkdirs/usr/ports/editors/picpas/work-qt5/PicPas-520e196/syncfacilutils/SynFacilCompletion.pas(292,51) Error: (5098) Record or object type expected Reported by: pkg-fallout
54 lines
1.5 KiB
Makefile
54 lines
1.5 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= picpas
|
|
PORTVERSION= 0.9.0
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= editors
|
|
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Multi-platform Pascal for Microchip PIC16F microcontrollers
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BROKEN= fails to build
|
|
|
|
gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5
|
|
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2
|
|
|
|
USES= dos2unix fpc gnome lazarus:flavors xorg
|
|
USE_FPC= chm fcl-base fcl-image fcl-json fcl-registry fcl-xml pasjpeg regexpr \
|
|
rtl-objpas x11
|
|
USE_XORG= x11
|
|
DOS2UNIX_REGEX= .*\.([txt]|pas|lpi|txt|lfm)
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= t-edson
|
|
GH_PROJECT= PicPas
|
|
GH_TAGNAME= 520e196
|
|
GH_TUPLE= t-edson:MiConfig:a4a988a:miconfig/miconfig \
|
|
t-edson:MisUtils:742eff3:misutils/misutils \
|
|
t-edson:PicUtils:5f89bdf:picutils/picutils \
|
|
t-edson:SynFacilUtils:2909899:syncfacilutils/syncfacilutils \
|
|
t-edson:UtilsGrilla:07744b9:utilsgrilla/utilsgrilla \
|
|
t-edson:ogEditGraf:a19b68a:ogeditgraf/ogeeditgraf \
|
|
t-edson:t-Xpres:6665922:txpres/txpres
|
|
|
|
USE_FPC_gtk2= cairo
|
|
USE_GNOME_gtk2= cairo
|
|
USE_FPC+= ${USE_FPC_${FLAVOR}}
|
|
USE_GNOME+= ${USE_GNOME_${FLAVOR}}
|
|
|
|
LAZARUS_PROJECT_FILES= Source/PicPas.lpi
|
|
LAZBUILD_ARGS= -d
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/Source/Globales.pas
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/PicPas-freebsd ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
cd ${WRKSRC} && ${COPYTREE_SHARE} "devices10 devices16 devices17 syntax samples temp themes units" ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|