diff options
Diffstat (limited to 'x11-toolkits/fpc-xforms/Makefile')
-rw-r--r-- | x11-toolkits/fpc-xforms/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-toolkits/fpc-xforms/Makefile b/x11-toolkits/fpc-xforms/Makefile deleted file mode 100644 index 02dbf5bec8cd..000000000000 --- a/x11-toolkits/fpc-xforms/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: fpc-forms -# Date created: 2006-06-05 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# -# $FreeBSD$ -# - -PORTREVISION= 1 -CATEGORIES= x11-toolkits lang -PKGNAMESUFFIX= -forms - -MAINTAINER= acm@FreeBSD.org -COMMENT= X-Forms interface for Free Pascal - -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - fpcmake:${PORTSDIR}/lang/fpc-utils \ - ${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 - -UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} - -OPTIONS= XFORMS "Install xforms graphical user interface toolkit" on - -.include "${MASTERDIR}/Makefile" |