diff options
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/fpc-ncurses/Makefile | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 75bfc796ccbe..4aab2d007e9b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -130,6 +130,7 @@ SUBDIR += fpc-imlib SUBDIR += fpc-libgd SUBDIR += fpc-libpng + SUBDIR += fpc-ncurses SUBDIR += fracplanet SUBDIR += fractorama SUBDIR += fraqtive diff --git a/graphics/fpc-ncurses/Makefile b/graphics/fpc-ncurses/Makefile new file mode 100644 index 000000000000..f8ec66b13dab --- /dev/null +++ b/graphics/fpc-ncurses/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: fpc-ncurses +# Date created: 2006-06-05 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +CATEGORIES= graphics lang +PKGNAMESUFFIX= -ncurses + +MAINTAINER= acardenas@bsd.org.pe +COMMENT= Free Pascal interface to the ncurses library + +RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc + +MASTERDIR= ${.CURDIR}/../../lang/fpc + +.include "${MASTERDIR}/Makefile" |