diff options
Diffstat (limited to 'devel/fpc-newt')
-rw-r--r-- | devel/fpc-newt/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/fpc-newt/Makefile b/devel/fpc-newt/Makefile index 63495f334784..37b9112e1cc6 100644 --- a/devel/fpc-newt/Makefile +++ b/devel/fpc-newt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-newt -# Date created: 2010-04-22 -# Whom: Christopher Key <cjk32@cam.ac.uk> -# +# Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -# PORTREVISION= 1 CATEGORIES= devel lang @@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= NEWT "Install newt library" on +OPTIONS_DEFINE= NEWT +NEWT_DESC= Install newt library +OPTIONS_DEFAULT= NEWT .include "${MASTERDIR}/Makefile" |