summaryrefslogtreecommitdiff
path: root/textproc/urlview/Makefile
blob: 7de62ee4033a5188b109e62c3a05448174c9f17c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.20 2013/06/14 08:53:57 wiz Exp $

DISTNAME=	urlview-0.9
PKGREVISION=	4
CATEGORIES=	textproc
MASTER_SITES=	ftp://ftp.mutt.org/pub/mutt/contrib/ \
		ftp://ftp.uib.no/pub/mutt/contrib/

MAINTAINER=	pkgsrc-users@NetBSD.org
COMMENT=	Extract URLs from text files and display them in a menu

INSTALLATION_DIRS=	${PKGMANDIR}/man1
REPLACE_BASH=	url_handler.sh
USE_TOOLS+=	bash:run

post-install:
	cp -p ${WRKSRC}/url_handler.sh ${DESTDIR}/${PREFIX}/bin/

GNU_CONFIGURE=	yes

.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"