aboutsummaryrefslogtreecommitdiff
path: root/audio/libvorbis
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2012-12-18 21:29:04 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2012-12-18 21:29:04 +0000
commit6f9014623279a77d6d80ffdef6b3133173953ad1 (patch)
tree4627c59ede033a99d1414f0fc74ac26cb38968bc /audio/libvorbis
parent727c03d0f133ccdcbe15097751b16b402a9e14a5 (diff)
downloadports-6f9014623279a77d6d80ffdef6b3133173953ad1.tar.gz
ports-6f9014623279a77d6d80ffdef6b3133173953ad1.zip
Convert to OptionsNG and trim Makefile headers.
Notes
Notes: svn path=/head/; revision=309200
Diffstat (limited to 'audio/libvorbis')
-rw-r--r--audio/libvorbis/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index 7f1a51bda798..7572d10142d3 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libvorbis
-# Date created: 18 October 2000
-# Whom: t.vanklaveren@student.utwente.nl
-#
+# Created by: t.vanklaveren@student.utwente.nl
# $FreeBSD$
-#
PORTNAME= libvorbis
PORTVERSION= 1.3.3
@@ -27,10 +23,12 @@ CONFIGURE_ARGS= --with-ogg=${LOCALBASE} \
--disable-docs # don't rebuild
MAKE_JOBS_SAFE= yes
-.if defined(NOPORTDOCS)
-MAKE_ENV= DOC=""
-.else
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
MAKE_ENV= DOC=doc
+.else
+MAKE_ENV= DOC=""
.endif
regression-test: build