View | Details | Raw Unified | Return to bug 141148
Collapse All | Expand All

(-)textproc/urlview/Makefile (-6 / +8 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	urlview
9
PORTNAME=	urlview
10
PORTVERSION=	0.9
10
PORTVERSION=	0.9
11
PORTREVISION=	3
11
PORTREVISION=	4
12
CATEGORIES=	textproc www
12
CATEGORIES=	textproc www
13
MASTER_SITES=	ftp://ftp.mutt.org/mutt/contrib/ \
13
MASTER_SITES=	ftp://ftp.mutt.org/mutt/contrib/ \
14
		ftp://ftp.sunsite.auc.dk/pub/mail/mutt/contrib/ \
14
		ftp://ftp.sunsite.auc.dk/pub/mail/mutt/contrib/ \
Lines 27-37 Link Here
27
27
28
.include <bsd.port.pre.mk>
28
.include <bsd.port.pre.mk>
29
29
30
.if defined(WITH_GECKO)
30
.if defined(WITH_SEAMONKEY)
31
USE_GECKO=	firefox firefox-devel seamonkey mozilla
31
RUN_DEPENDS+=	${LOCALBASE}/lib/seamonkey/seamonkey-bin:${PORTSDIR}/www/seamonkey
32
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
32
GECKO=		seamonkey
33
.else
33
.else
34
GECKO=		firefox
34
RUN_DEPENDS+=	${LOCALBASE}/lib/firefox3/firefox:${PORTSDIR}/www/firefox35
35
GECKO=		firefox3
35
.endif
36
.endif
36
37
37
post-patch:
38
post-patch:
Lines 41-46 Link Here
41
		"s,/etc/urlview.conf,${PREFIX}/etc/urlview.conf,g" ${WRKSRC}/*
42
		"s,/etc/urlview.conf,${PREFIX}/etc/urlview.conf,g" ${WRKSRC}/*
42
43
43
post-install:
44
post-install:
44
	${INSTALL_SCRIPT} ${WRKSRC}/url_handler.sh ${PREFIX}/bin
45
	${INSTALL_SCRIPT} ${WRKSRC}/url_handler.sh ${WRKDIR}/gecko.sh	\
46
		${PREFIX}/bin
45
47
46
.include <bsd.port.post.mk>
48
.include <bsd.port.post.mk>

Return to bug 141148