diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-13 03:59:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-12-13 03:59:18 +0000 |
commit | b5608db8967e60d5923d8cc3ade17af523645ab1 (patch) | |
tree | 862148b4f5ed2d5ffb2572bb92f255450a03f7d7 /audio/libmad | |
parent | f462e27bb35a02185844d676b10cc47eb61ef54d (diff) | |
download | ports-b5608db8967e60d5923d8cc3ade17af523645ab1.tar.gz ports-b5608db8967e60d5923d8cc3ade17af523645ab1.zip |
Notes
Diffstat (limited to 'audio/libmad')
-rw-r--r-- | audio/libmad/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libmad/Makefile b/audio/libmad/Makefile index 74a2f1899853..238bd6e2639f 100644 --- a/audio/libmad/Makefile +++ b/audio/libmad/Makefile @@ -10,14 +10,16 @@ MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} MAINTAINER= sunpoet@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 |