1999-10-26 07:51:26 +00:00
|
|
|
# ex:ts=8
|
2000-02-13 03:25:05 +00:00
|
|
|
# Ports collection makefile for: urlview
|
|
|
|
# Date created: 21 April 1998
|
|
|
|
# Whom: Josh Gilliam <josh@quick.net>
|
1998-04-22 16:51:58 +00:00
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1998-04-22 16:51:58 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= urlview
|
2001-02-05 16:35:26 +00:00
|
|
|
PORTVERSION= 0.9
|
2001-12-18 05:20:50 +00:00
|
|
|
PORTREVISION= 1
|
1998-05-11 02:46:05 +00:00
|
|
|
CATEGORIES= textproc www
|
2002-12-03 08:39:07 +00:00
|
|
|
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/
|
1998-04-22 16:51:58 +00:00
|
|
|
|
2000-07-04 19:17:42 +00:00
|
|
|
#PATCH_SITES= http://feeding.frenzy.com/~rainking/
|
|
|
|
#PATCHFILES= urlview.diff
|
1998-04-22 16:51:58 +00:00
|
|
|
|
1999-10-26 07:51:26 +00:00
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= URL extractor/launcher
|
1999-10-26 07:51:26 +00:00
|
|
|
|
2003-10-15 16:59:12 +00:00
|
|
|
USE_REINPLACE= yes
|
1998-04-22 16:51:58 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= urlview.1
|
|
|
|
|
2001-08-22 17:46:52 +00:00
|
|
|
post-patch:
|
2003-10-15 16:59:12 +00:00
|
|
|
@${REINPLACE_CMD} -e "s,!!PREFIX!!,${PREFIX},g" ${WRKSRC}/url_handler.sh
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
"s,/etc/urlview.conf,${PREFIX}/etc/urlview.conf,g" ${WRKSRC}/*
|
2001-08-22 17:46:52 +00:00
|
|
|
|
2001-12-18 05:20:50 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/url_handler.sh ${PREFIX}/bin
|
|
|
|
|
1998-04-22 16:51:58 +00:00
|
|
|
.include <bsd.port.mk>
|