1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/snarf/Makefile

23 lines
469 B
Makefile

# Created by: Kris Kennaway <kris@FreeBSD.org>
# $FreeBSD$
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
GNU_CONFIGURE= yes
MAN1= snarf.1
PLIST_FILES= bin/snarf
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/snarf ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/snarf.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>