Lines 7-14
Link Here
|
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
PORTNAME= muse |
9 |
PORTNAME= muse |
10 |
PORTVERSION= 0.7.1 |
10 |
PORTVERSION= 0.7.2 |
11 |
PORTREVISION= 2 |
|
|
12 |
CATEGORIES= audio |
11 |
CATEGORIES= audio |
13 |
MASTER_SITES= http://freesoftware.fsf.org/download/muse/ \ |
12 |
MASTER_SITES= http://freesoftware.fsf.org/download/muse/ \ |
14 |
http://muse.dyne.org/releases/ |
13 |
http://muse.dyne.org/releases/ |
Lines 21-27
Link Here
|
21 |
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |
20 |
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |
22 |
|
21 |
|
23 |
USE_REINPLACE= yes |
22 |
USE_REINPLACE= yes |
24 |
USE_GTK= yes |
23 |
USE_GNOMENG= yes |
|
|
24 |
USE_GNOME= gtk12 |
25 |
USE_GMAKE= yes |
25 |
USE_GMAKE= yes |
26 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
27 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
27 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
Lines 31-38
Link Here
|
31 |
|
31 |
|
32 |
post-patch: |
32 |
post-patch: |
33 |
@${REINPLACE_CMD} -e 's|-O3|\$$CFLAGS|g ; \ |
33 |
@${REINPLACE_CMD} -e 's|-O3|\$$CFLAGS|g ; \ |
34 |
s|\$$GTK_LIBS -lgthread|\$$GTK_LIBS \$$GLIB_LIBS|g ; \ |
34 |
s|[\$$]GTK_LIBS -lgthread|\$$GTK_LIBS \$$GLIB_LIBS|g ; \ |
35 |
s|\$$GTK_FLAGS|\$$GTK_CFLAGS \$$GLIB_CFLAGS|g' \ |
35 |
s|[\$$]GTK_FLAGS|\$$GTK_CFLAGS \$$GLIB_CFLAGS|g' \ |
36 |
${WRKSRC}/configure |
36 |
${WRKSRC}/configure |
37 |
@${REINPLACE_CMD} -e 's|-lpthread||g' ${WRKSRC}/Makefile.in |
37 |
@${REINPLACE_CMD} -e 's|-lpthread||g' ${WRKSRC}/Makefile.in |
38 |
|
38 |
|