aboutsummaryrefslogtreecommitdiff
path: root/audio/fpc-mad
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 /audio/fpc-mad
parentc14ce1ef0a7f33aec7a8f14e9bdde6a2ca7440d7 (diff)
downloadports-4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f.tar.gz
ports-4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f.zip
Notes
Diffstat (limited to 'audio/fpc-mad')
-rw-r--r--audio/fpc-mad/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/fpc-mad/Makefile b/audio/fpc-mad/Makefile
index d3838348faf0..eba25270aed9 100644
--- a/audio/fpc-mad/Makefile
+++ b/audio/fpc-mad/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpc-mad
-# Date created: 2010-04-22
-# Whom: Christopher Key <cjk32@cam.ac.uk>
-#
+# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= audio lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= LIBMAD "Install mad library" on
+OPTIONS_DEFINE= LIBMAD
+LIBMAD_DESC= Install mad library
+OPTIONS_DEFAULT= LIBMAD
.include "${MASTERDIR}/Makefile"