diff options
Diffstat (limited to 'x11-toolkits/fpc-gtk1/Makefile')
-rw-r--r-- | x11-toolkits/fpc-gtk1/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-toolkits/fpc-gtk1/Makefile b/x11-toolkits/fpc-gtk1/Makefile deleted file mode 100644 index 82533f944539..000000000000 --- a/x11-toolkits/fpc-gtk1/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: fpc-gtk -# Date created: 2006-06-05 -# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> -# -# $FreeBSD$ -# - -PORTREVISION= 0 -CATEGORIES= x11-toolkits lang -PKGNAMESUFFIX= -gtk - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free Pascal interface to the GTK libraries - -BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \ - fpcmake:${PORTSDIR}/lang/fpc-utils \ - ${UNITSDIR}/gtk2/Package.fpc:${PORTSDIR}/x11-toolkits/fpc-gtk2 \ - ${UNITSDIR}/x11/Package.fpc:${PORTSDIR}/x11/fpc-x11 \ - ${UNITSDIR}/opengl/Package.fpc:${PORTSDIR}/graphics/fpc-opengl - -UNITSDIR= ${LOCALBASE}/lib/fpc/${PORTVERSION}/units/${BUILDNAME} -MASTERDIR= ${.CURDIR}/../../lang/fpc -WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} - -OPTIONS= GTK1 "Gimp Toolkit for X11 GUI (version 1.x)" on - -.include "${MASTERDIR}/Makefile" |