diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:00:43 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-06-21 16:00:43 +0000 |
commit | cef0cc82ca87fdc2f714b61d0f501879b1392a99 (patch) | |
tree | 28e7058058355b7737595f5fd55d152de6742a13 /graphics/fpc-ncurses | |
parent | 8d35a6a8f13548f2774cb4e4904c61b88dce66ff (diff) | |
download | ports-cef0cc82ca87fdc2f714b61d0f501879b1392a99.tar.gz ports-cef0cc82ca87fdc2f714b61d0f501879b1392a99.zip |
Notes
Diffstat (limited to 'graphics/fpc-ncurses')
-rw-r--r-- | graphics/fpc-ncurses/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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" |