blob: 4a2151c8356db917382a79f8d21a6cf52a25684d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# ex:ts=8
# Ports collection makefile for: urlview
# Date created: 21 April 1998
# Whom: Josh Gilliam <josh@quick.net>
#
# $FreeBSD$
#
PORTNAME= urlview
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= textproc www
MASTER_SITES= ftp://ftp.mutt.org/mutt/contrib/ \
ftp://ftp.sunsite.auc.dk/pub/mail/mutt/contrib/ \
ftp://ftp.cs.tu-berlin.de/pub/net/mail/mutt/contrib/
#PATCH_SITES= http://feeding.frenzy.com/~rainking/
#PATCHFILES= urlview.diff
MAINTAINER= obrien@FreeBSD.org
USE_PERL5_BUILD= yes
GNU_CONFIGURE= yes
MAN1= urlview.1
post-patch:
${PERL} -pi.prefix -e 's.!!PREFIX!!.${PREFIX}.g' \
${WRKSRC}/url_handler.sh
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/url_handler.sh ${PREFIX}/bin
.include <bsd.port.mk>
|