Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= gxine |
8 |
PORTNAME= gxine |
9 |
PORTVERSION= 0.5.8 |
9 |
PORTVERSION= 0.5.9 |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= multimedia |
10 |
CATEGORIES= multimedia |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= xine |
12 |
MASTER_SITE_SUBDIR= xine |
Lines 65-71
Link Here
|
65 |
CONFIGURE_ARGS+=--without-browser-plugin |
64 |
CONFIGURE_ARGS+=--without-browser-plugin |
66 |
PLIST_SUB+= MOZILLA_PLUGIN="@comment " |
65 |
PLIST_SUB+= MOZILLA_PLUGIN="@comment " |
67 |
.else |
66 |
.else |
68 |
USE_GECKO= firefox mozilla xulrunner firefox15 |
67 |
USE_GECKO= firefox mozilla seamonkey xulrunner firefox15 |
69 |
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" |
68 |
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" |
70 |
LIB_DEPENDS+= nspr4.1:${PORTSDIR}/devel/nspr |
69 |
LIB_DEPENDS+= nspr4.1:${PORTSDIR}/devel/nspr |
71 |
CONFIGURE_ENV+= NSPR_CFLAGS="-I${LOCALBASE}/include/nspr" \ |
70 |
CONFIGURE_ENV+= NSPR_CFLAGS="-I${LOCALBASE}/include/nspr" \ |
Lines 73-78
Link Here
|
73 |
CONFIGURE_ARGS+=--disable-libjs |
72 |
CONFIGURE_ARGS+=--disable-libjs |
74 |
PLIST_SUB+= MOZILLA_PLUGIN="" |
73 |
PLIST_SUB+= MOZILLA_PLUGIN="" |
75 |
.endif |
74 |
.endif |
|
|
75 |
|
76 |
pre-configure: |
77 |
@${REINPLACE_CMD} -e "/^mkdir_p/s:@mkdir_p@:/bin/sh @install_sh@ -d:" \ |
78 |
${WRKSRC}/po/Makefile.in.in |
79 |
@${REINPLACE_CMD} -e "/^mkdir_p/s:@mkdir_p@:/bin/sh @install_sh@ -d:" \ |
80 |
${WRKSRC}/misc/po/Makefile.in.in |
76 |
|
81 |
|
77 |
post-install: |
82 |
post-install: |
78 |
.if !defined(WITHOUT_MOZILLA_PLUGIN) |
83 |
.if !defined(WITHOUT_MOZILLA_PLUGIN) |