diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-12-04 20:39:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-12-04 20:39:18 +0000 |
commit | 2628c2e8ef7a0aecb99f7549a6b36312888e3291 (patch) | |
tree | aa63b192e491e88e9b3c49d689db16e0cb946cd8 /audio/libfishsound | |
parent | 7e5f59ac4247321d7f6e7d5a07ea359fad7d03dd (diff) |
Notes
Diffstat (limited to 'audio/libfishsound')
-rw-r--r-- | audio/libfishsound/Makefile | 6 |
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} |