aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cuetools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cuetools/Makefile')
-rw-r--r--audio/cuetools/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/audio/cuetools/Makefile b/audio/cuetools/Makefile
index 933f1c8d783..678a0444738 100644
--- a/audio/cuetools/Makefile
+++ b/audio/cuetools/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cuetools
-# Date created: 30 December 2003
-# Whom: Vincent Tantardini <vinc@FreeBSD-fr.org>
-#
+# Created by: Vincent Tantardini <vinc@FreeBSD-fr.org>
# $FreeBSD$
-#
PORTNAME= cuetools
PORTVERSION= 1.3.1
@@ -25,12 +21,14 @@ PORTDOCS= README
PORTEXAMPLES= cuetag.sh
PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint
+.include <bsd.port.options.mk>
+
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}/
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR}/
.endif
> * update to 1.5.0.1.maho2012-02-164-40/+76 * update to 1.4.1maho2011-05-093-8/+41 * - Get Rid MD5 supportmiwi2011-03-191-1/+0 * Update to 1.3r1.3913.maho2010-09-174-636/+699 * - update to 1.4.1dinoex2010-03-281-2/+2 * - update to jpeg-8dinoex2010-02-051-1/+1 * - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-092-4/+3 * - Update X.org ports to 7.4+ (few ports are more recent than the katamari).flz2009-01-241-3/+3 * - Add missing dependensmiwi2008-03-271-1/+3 * Fix pkg-plistmaho2008-03-101-0/+142 * Update to 1.0r2.maho2008-03-076-955/+636 * - Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmwrafan2007-09-021-2/+2 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * Update to 0.99rc6.maho2007-02-092-5/+5 * Fix build on amd64maho2006-09-172-4/+4 * BROKEN on amd64 and ia64: Does not buildkris2006-09-171-0/+4 * o Update to 0.99rc1maho2006-07-01