mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Add shared library support
PR: 29737 Submitted by: MAINTAINER
This commit is contained in:
parent
94be1c6478
commit
5c8c63b6d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46456
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mad
|
||||
PORTVERSION= 0.13.0b
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
ftp://ftp.mars.org/pub/mpeg/
|
||||
@ -16,10 +17,16 @@ MAINTAINER= jason@mastaler.com
|
||||
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
LIBTOOLFILES= configure libmad/configure
|
||||
CONFIGURE_ARGS= --disable-debugging --enable-sso --enable-accuracy
|
||||
CONFIGURE_ARGS= --enable-shared \
|
||||
--disable-debugging \
|
||||
--enable-sso \
|
||||
--enable-accuracy
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -2,6 +2,8 @@ bin/abxtest
|
||||
bin/madplay
|
||||
include/mad.h
|
||||
lib/libmad.a
|
||||
lib/libmad.so
|
||||
lib/libmad-%%PORTVERSION%%.so
|
||||
share/locale/en/LC_MESSAGES/mad.mo
|
||||
share/locale/es/LC_MESSAGES/mad.mo
|
||||
share/locale/fr/LC_MESSAGES/mad.mo
|
||||
|
Loading…
Reference in New Issue
Block a user