aboutsummaryrefslogtreecommitdiff
path: root/textproc/fpc-libxml2
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-03-14 06:32:04 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-03-14 06:32:04 +0000
commit4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f (patch)
treedc4565fbcb8e38fe0e42b0b1af7edd9e43bc5af8 /textproc/fpc-libxml2
parentc14ce1ef0a7f33aec7a8f14e9bdde6a2ca7440d7 (diff)
downloadports-4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f.tar.gz
ports-4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f.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)
Notes
Notes: svn path=/head/; revision=314133
Diffstat (limited to 'textproc/fpc-libxml2')
-rw-r--r--textproc/fpc-libxml2/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/fpc-libxml2/Makefile b/textproc/fpc-libxml2/Makefile
index 9135aa1696a3..71c5142bf8ab 100644
--- a/textproc/fpc-libxml2/Makefile
+++ b/textproc/fpc-libxml2/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpc-libxml2
-# Date created: 2010-04-22
-# Whom: Christoper Key <cjk32@cam.ac.uk>
-#
+# Created by: Christoper Key <cjk32@cam.ac.uk>
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= textproc lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//:S/2//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= LIBXML2 "Install xml2 library" on
+OPTIONS_DEFINE= LIBXML2
+LIBXML2_DESC= Install xml2 library
+OPTIONS_DEFAULT= LIBXML2
.include "${MASTERDIR}/Makefile"