1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/webbrowser/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
473 B
Makefile

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>