1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/editors/picpas/Makefile
Jose Alonso Cardenas Marquez c0b7145df2 - Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
2019-09-03 15:51:50 +00:00

52 lines
1.5 KiB
Makefile

# $FreeBSD$
PORTNAME= picpas
PORTVERSION= 0.8.8
DISTVERSIONPREFIX= v
PORTREVISION= 4
CATEGORIES= editors
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Multi-platform Pascal for Microchip PIC16F microcontrollers
LICENSE= GPLv2
gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5
qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2
USES= dos2unix fpc lazarus:flavors
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= cc5d415
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:328a207: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>