svn commit: r308271 - head/audio/libfishsound

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 4 20:39:18 UTC 2012


Author: sunpoet
Date: Tue Dec  4 20:39:18 2012
New Revision: 308271
URL: http://svnweb.freebsd.org/changeset/ports/308271

Log:
  - Add LICENSE
  - Move OPTIONS_* upward
  
  Feature safe:	yes

Modified:
  head/audio/libfishsound/Makefile

Modified: head/audio/libfishsound/Makefile
==============================================================================
--- head/audio/libfishsound/Makefile	Tue Dec  4 20:34:41 2012	(r308270)
+++ head/audio/libfishsound/Makefile	Tue Dec  4 20:39:18 2012	(r308271)
@@ -11,16 +11,18 @@ MASTER_SITES=	http://downloads.xiph.org/
 MAINTAINER=	sunpoet at 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}


More information about the svn-ports-all mailing list