Files
ports/www/webbrowser/Makefile
T
Jason W. Bacon d6270774db www/webbrowser: Update to 0.4.0
Move everything to github
2025-02-03 09:47:22 -06:00

23 lines
510 B
Makefile

PORTNAME= webbrowser
DISTVERSION= 0.4.0
CATEGORIES= www
MAINTAINER= jwb@FreeBSD.org
COMMENT= Wrapper for running the "best" available WEB browser
WWW= https://github.com/outpaddling/webbrowser/
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= outpaddling
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/webbrowser ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/webbrowser.1 ${STAGEDIR}${PREFIX}/share/man/man1
PLIST_FILES= bin/webbrowser share/man/man1/webbrowser.1.gz
.include <bsd.port.mk>