diff options
Diffstat (limited to 'x11-toolkits/fpc-gtk1/Makefile')
-rw-r--r-- | x11-toolkits/fpc-gtk1/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-toolkits/fpc-gtk1/Makefile b/x11-toolkits/fpc-gtk1/Makefile deleted file mode 100644 index cff108f41f84..000000000000 --- a/x11-toolkits/fpc-gtk1/Makefile +++ /dev/null @@ -1,23 +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= 2 -CATEGORIES= x11-toolkits lang -PKGNAMESUFFIX= -gtk - -MAINTAINER= acm@FreeBSD.org -COMMENT= Free Pascal interface to the GTK libraries - -USE_FPC= gtk2 x11 opengl - -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" |