summaryrefslogtreecommitdiff
path: root/graphics/fpc-graph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/fpc-graph/Makefile')
-rw-r--r--graphics/fpc-graph/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/fpc-graph/Makefile b/graphics/fpc-graph/Makefile
deleted file mode 100644
index babf538a5a58..000000000000
--- a/graphics/fpc-graph/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-CATEGORIES= graphics lang
-PKGNAMESUFFIX= -graph
-
-COMMENT= Free Pascal interface to graphical applications
-
-USES= fpc
-USE_FPC= sdl x11 ${ARCH:Mi386:S/i386/pthreads/}
-
-MASTERDIR= ${.CURDIR}/../../lang/fpc
-WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR= ${WRKUNITDIR}
-
-.include "${MASTERDIR}/Makefile"