pkgsrc/textproc/urlview/Makefile
2021-04-25 06:19:46 +00:00

19 lines
473 B
Makefile

# $NetBSD: Makefile,v 1.26 2021/04/25 06:19:46 wiz Exp $
DISTNAME= urlview-0.9
PKGREVISION= 7
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.mutt.org/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"