30b55df38e
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
20 lines
523 B
Makefile
20 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.25 2017/01/19 18:52:28 agc Exp $
|
|
|
|
DISTNAME= urlview-0.9
|
|
PKGREVISION= 7
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/contrib/
|
|
MASTER_SITES+= 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
|
|
|
|
post-install:
|
|
cp -p ${WRKSRC}/url_handler.sh ${DESTDIR}/${PREFIX}/bin/
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|