svn commit: r374613 - head/audio/libmad

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 13 03:59:20 UTC 2014


Author: sunpoet
Date: Sat Dec 13 03:59:18 2014
New Revision: 374613
URL: https://svnweb.freebsd.org/changeset/ports/374613
QAT: https://qat.redports.org/buildarchive/r374613/

Log:
  - Add LICENSE

Modified:
  head/audio/libmad/Makefile

Modified: head/audio/libmad/Makefile
==============================================================================
--- head/audio/libmad/Makefile	Sat Dec 13 00:20:07 2014	(r374612)
+++ head/audio/libmad/Makefile	Sat Dec 13 03:59:18 2014	(r374613)
@@ -10,14 +10,16 @@ MASTER_SITES=	SF/mad/${PORTNAME}/${PORTV
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Libmad library (part of MAD project)
 
+LICENSE=	GPLv2
+
 OPTIONS_DEFINE=	SPEED
 SPEED_DESC=	Optimize for speed over accuracy
 
 CONFIGURE_ARGS=	--disable-debugging --enable-sso
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool
 USE_LDCONFIG=	yes
+USES=		libtool
 
 SUB_LIST=	VERSION=${PORTVERSION}
 SUB_FILES=	mad.pc


More information about the svn-ports-head mailing list