diff options
Diffstat (limited to 'x11-toolkits/fpc-forms/Makefile')
-rw-r--r-- | x11-toolkits/fpc-forms/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-toolkits/fpc-forms/Makefile b/x11-toolkits/fpc-forms/Makefile index af47ba871b22..06b68426dc47 100644 --- a/x11-toolkits/fpc-forms/Makefile +++ b/x11-toolkits/fpc-forms/Makefile @@ -8,12 +8,18 @@ CATEGORIES= x11-toolkits lang PKGNAMESUFFIX= -forms -MAINTAINER= acardenas@bsd.org.pe +MAINTAINER= acm@FreeBSD.org COMMENT= X-Forms interface for Free Pascal -RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc +BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ + fpcmake:${PORTSDIR}/lang/fpc-utils \ + ${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms +UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${PORTNAME}/packages/extra/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR+= ${WRKUNITDIR} +HAVE_EXAMPLES= true .include "${MASTERDIR}/Makefile" |