Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2012 20:39:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308271 - head/audio/libfishsound
Message-ID:  <201212042039.qB4KdI7t051577@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212042039.qB4KdI7t051577>