1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/snarf/Makefile
2021-04-06 16:31:07 +02:00

24 lines
525 B
Makefile

# Created by: Kris Kennaway <kris@FreeBSD.org>
PORTNAME= snarf
PORTVERSION= 7.0
CATEGORIES= www
MASTER_SITES= http://www.xach.com/snarf/
MAINTAINER= ports@FreeBSD.org
COMMENT= Another small command-line URL (http/ftp/gopher/finger) fetcher
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
PLIST_FILES= bin/snarf \
man/man1/snarf.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/snarf ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/snarf.1 ${STAGEDIR}${MANPREFIX}/man/man1/
.include <bsd.port.mk>