|
Lines 7-12
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= mad |
8 |
PORTNAME= mad |
| 9 |
PORTVERSION= 0.13.0b |
9 |
PORTVERSION= 0.13.0b |
|
|
10 |
PORTREVISION= 1 |
| 10 |
CATEGORIES= audio |
11 |
CATEGORIES= audio |
| 11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ |
| 12 |
ftp://ftp.mars.org/pub/mpeg/ |
13 |
ftp://ftp.mars.org/pub/mpeg/ |
|
Lines 16-25
Link Here
|
| 16 |
|
17 |
|
| 17 |
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext |
18 |
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext |
| 18 |
|
19 |
|
|
|
20 |
PLIST_SUB+= PORTVERSION="${PORTVERSION}" |
| 21 |
|
| 19 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
| 20 |
USE_LIBTOOL= yes |
23 |
USE_LIBTOOL= yes |
|
|
24 |
INSTALLS_SHLIB= yes |
| 21 |
LIBTOOLFILES= configure libmad/configure |
25 |
LIBTOOLFILES= configure libmad/configure |
| 22 |
CONFIGURE_ARGS= --disable-debugging --enable-sso --enable-accuracy |
26 |
CONFIGURE_ARGS= --enable-shared \ |
|
|
27 |
--disable-debugging \ |
| 28 |
--enable-sso \ |
| 29 |
--enable-accuracy |
| 23 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
30 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
| 24 |
LDFLAGS="-L${LOCALBASE}/lib" |
31 |
LDFLAGS="-L${LOCALBASE}/lib" |
| 25 |
|
32 |
|