freebsd-ports/www/webbrowser/Makefile
Jason W. Bacon be26d1d912 Multiple ports:
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org
Remove Created by comments for same user

Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D14128
2018-01-31 01:07:07 +00:00

22 lines
486 B
Makefile

# $FreeBSD$
PORTNAME= webbrowser
PORTVERSION= 0.3
CATEGORIES= www
MASTER_SITES= http://acadix.biz/Ports/distfiles/
MAINTAINER= jwb@FreeBSD.org
COMMENT= Wrapper for running the "best" available WEB browser
LICENSE= BSD2CLAUSE
NO_BUILD= yes
USES= tar:xz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/webbrowser.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
PLIST_FILES= bin/webbrowser man/man1/webbrowser.1.gz
.include <bsd.port.mk>