summaryrefslogtreecommitdiff
path: root/devel/fpc-newt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fpc-newt/Makefile')
-rw-r--r--devel/fpc-newt/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/fpc-newt/Makefile b/devel/fpc-newt/Makefile
deleted file mode 100644
index ba81c60624e1..000000000000
--- a/devel/fpc-newt/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-CATEGORIES= devel lang
-PKGNAMESUFFIX= -newt
-
-COMMENT= Free Pascal interface to newt library
-
-USES= fpc
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-OPTIONS_DEFINE= NEWT
-NEWT_DESC= Install newt library
-OPTIONS_DEFAULT= NEWT
-
-NEWT_LIB_DEPENDS= libnewt.so:devel/newt
-
-.include "${MASTERDIR}/Makefile"