Lines 6-31
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= libmusicbrainz |
8 |
PORTNAME= libmusicbrainz |
9 |
PORTVERSION= 2.0.1 |
9 |
PORTVERSION= 2.0.2 |
10 |
CATEGORIES= audio |
10 |
CATEGORIES= audio |
11 |
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ |
11 |
MASTER_SITES= ftp://ftp.musicbrainz.org/pub/musicbrainz/ |
12 |
|
12 |
|
13 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
14 |
COMMENT= 2nd generation incarnation of the CD Index - audio metadata |
14 |
COMMENT= 2nd generation incarnation of the CD Index - audio metadata |
15 |
|
15 |
|
16 |
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig |
|
|
17 |
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig |
18 |
|
19 |
USE_GMAKE= yes |
16 |
USE_GMAKE= yes |
20 |
USE_REINPLACE= yes |
17 |
USE_GNOME= gnomehack gnometarget pkgconfig |
21 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
22 |
INSTALLS_SHLIB= yes |
19 |
INSTALLS_SHLIB= yes |
23 |
|
20 |
|
24 |
post-patch: |
21 |
post-patch: |
25 |
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g;s|^CPPFLAGS=|#CPPFLAGS=|g' \ |
22 |
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \ |
26 |
${WRKSRC}/configure |
23 |
s|^CXXFLAGS=|#CXXFLAGS=|g' ${WRKSRC}/configure |
27 |
@${REINPLACE_CMD} -e 's|/pkgconfig|data/pkgconfig|g' \ |
|
|
28 |
${WRKSRC}/Makefile.in |
29 |
@${CAT} /dev/null > ${WRKSRC}/missing |
30 |
|
24 |
|
31 |
.include <bsd.port.mk> |
25 |
.include <bsd.port.mk> |