diff --git a/Makefile b/Makefile index ce102ad36a..0e858f6194 100644 --- a/Makefile +++ b/Makefile @@ -4983,6 +4983,7 @@ SUBDIR+= wbox SUBDIR+= weatherman SUBDIR+= webbrowser SUBDIR+= webcleaner +SUBDIR+= webdump-git SUBDIR+= weland SUBDIR+= weplab SUBDIR+= west diff --git a/webdump-git/DESCR b/webdump-git/DESCR new file mode 100644 index 0000000000..3c7dd8328a --- /dev/null +++ b/webdump-git/DESCR @@ -0,0 +1 @@ +Text-based HTML dump. diff --git a/webdump-git/Makefile b/webdump-git/Makefile new file mode 100644 index 0000000000..7306057f08 --- /dev/null +++ b/webdump-git/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.2 2018/09/08 14:10:52 leot Exp $ + +DISTNAME= webdump-0.1 +CATEGORIES= textproc +MASTER_SITES= http://codemadness.org/releases/webdump/ + +MAINTAINER= leot@NetBSD.org +HOMEPAGE= https://codemadness.org/git/webdump/file/README.html +COMMENT= Text-based web client/page dump +LICENSE= isc + +GIT_REPOSITORIES= webdump +GIT_REPO.webdump= git://git.codemadness.org/webdump +WRKSRC= ${WRKDIR}/webdump + +USE_LANGUAGES= c99 + +MAKE_FLAGS+= PREFIX=${PREFIX:Q} +MAKE_FLAGS+= MANPREFIX=${PREFIX:Q}/${PKGMANDIR:Q} +MAKE_FLAGS+= CC=${CC:Q} + +#REPLACE_SH+= webdump_opml_export webdump_update + +.include "../../wip/mk/git-package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/webdump-git/PLIST b/webdump-git/PLIST new file mode 100644 index 0000000000..702a11bebf --- /dev/null +++ b/webdump-git/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD$ +bin/webdump +man/man1/webdump.1 +share/doc/webdump/README