aboutsummaryrefslogtreecommitdiff
path: root/audio/libfishsound
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-12-04 20:39:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-12-04 20:39:18 +0000
commit2628c2e8ef7a0aecb99f7549a6b36312888e3291 (patch)
treeaa63b192e491e88e9b3c49d689db16e0cb946cd8 /audio/libfishsound
parent7e5f59ac4247321d7f6e7d5a07ea359fad7d03dd (diff)
downloadports-2628c2e8ef7a0aecb99f7549a6b36312888e3291.tar.gz
ports-2628c2e8ef7a0aecb99f7549a6b36312888e3291.zip
- Add LICENSE
- Move OPTIONS_* upward Feature safe: yes
Notes
Notes: svn path=/head/; revision=308271
Diffstat (limited to 'audio/libfishsound')
-rw-r--r--audio/libfishsound/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index 1cd7fed909b5..3a6b1a7af9d3 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -11,16 +11,18 @@ MASTER_SITES= http://downloads.xiph.org/releases/libfishsound/ \
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A programing interface to decode/encode audio data
+LICENSE= BSD
+
LIB_DEPENDS= FLAC:${PORTSDIR}/audio/flac \
speex:${PORTSDIR}/audio/speex \
vorbis:${PORTSDIR}/audio/libvorbis
+OPTIONS_DEFINE= DOCS DOXYGEN
+
GNU_CONFIGURE= yes
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
-OPTIONS_DEFINE= DOCS DOXYGEN
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}