diff options
author | jgh <jgh@FreeBSD.org> | 2013-03-14 14:32:04 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-03-14 14:32:04 +0800 |
commit | 7bcf751b841ed0a665b48818d21f010daac3bd99 (patch) | |
tree | dc4565fbcb8e38fe0e42b0b1af7edd9e43bc5af8 /lang/fpc-lua | |
parent | 2b4983b05d4b3e55be202bca641b679d38454bc2 (diff) | |
download | freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.tar.gz freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.tar.zst freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.zip |
- adopt optionsNG and trim historical headers
PR: 176928
PR: 176936
PR: 176937
PR: 176938
PR: 176939
PR: 176940
PR: 176941
PR: 176942
PR: 176943
PR: 176944
PR: 176945
Submitted by: jgh@
Approved by: portmgr (miwi)
Diffstat (limited to 'lang/fpc-lua')
-rw-r--r-- | lang/fpc-lua/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/fpc-lua/Makefile b/lang/fpc-lua/Makefile index ed58c3be4371..a3aff96f60df 100644 --- a/lang/fpc-lua/Makefile +++ b/lang/fpc-lua/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fpc-lua -# Date created: 2010-04-22 -# Whom: Christopher Key <cjk32@cam.ac.uk> -# +# Created by: Christopher Key <cjk32@cam.ac.uk> # $FreeBSD$ -# PORTREVISION= 0 CATEGORIES= lang @@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR+= ${WRKUNITDIR} -OPTIONS= LUA "Install lua library" on +OPTIONS_DEFINE= LUA +LUA_DESC= Install lua library +OPTIONS_DEFAULT= LUA .include "${MASTERDIR}/Makefile" |