aboutsummaryrefslogtreecommitdiff
path: root/audio/libfishsound
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-10-07 12:12:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-10-07 12:12:21 +0000
commit98c70239711fb18ec7dafbb916235edcb161b25c (patch)
treee03e700a6944087d094c9a66ca67f4e82c261175 /audio/libfishsound
parent224df089fbab495be91e4f23cdff0d9a3e8a6a92 (diff)
downloadports-98c70239711fb18ec7dafbb916235edcb161b25c.tar.gz
ports-98c70239711fb18ec7dafbb916235edcb161b25c.zip
Notes
Diffstat (limited to 'audio/libfishsound')
-rw-r--r--audio/libfishsound/Makefile12
-rw-r--r--audio/libfishsound/pkg-descr2
2 files changed, 5 insertions, 9 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index 28512182da9b..1cd7fed909b5 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libfishsound
-# Date created: 2010-05-28
-# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
# $FreeBSD$
-#
PORTNAME= libfishsound
PORTVERSION= 1.0.0
@@ -23,17 +19,17 @@ GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
-OPTIONS= DOXYGEN "Doxygen is required for generating documents" off
+OPTIONS_DEFINE= DOCS DOXYGEN
.include <bsd.port.options.mk>
-.if !defined(NOPORTDOCS) && defined(WITH_DOXYGEN)
+.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen
PORTDOCS= *
.endif
post-patch:
-.if defined(NOPORTDOCS) || !defined(WITH_DOXYGEN)
+.if empty(PORT_OPTIONS:MDOCS) || empty(PORT_OPTIONS:MDOXYGEN)
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in
.endif
diff --git a/audio/libfishsound/pkg-descr b/audio/libfishsound/pkg-descr
index 88fc2b87a3b6..075abe4f0738 100644
--- a/audio/libfishsound/pkg-descr
+++ b/audio/libfishsound/pkg-descr
@@ -13,4 +13,4 @@ encapsulation, though it is most commonly used in conjunction with liboggz to
decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg
Theora and Annodex.
-WWW: http://www.xiph.org/fishsound/
+WWW: http://www.xiph.org/fishsound/