freebsd-ports/www/snarf/Makefile
Kris Kennaway 9f79584da9 Upgrade to snarf 7.0 (yes, the author leaped 5 major release numbers in
a single bound. Perhaps he's a Slackware and/or Solaris fan)

Submitted by:	Bernhard Valenti <bernhard.valenti@gmx.net>
2000-08-30 05:21:49 +00:00

23 lines
454 B
Makefile

# New ports collection makefile for: snarf
# Date created: 2 January 1999
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= snarf
PORTVERSION= 7.0
CATEGORIES= www
MASTER_SITES= http://www.xach.com/snarf/
MAINTAINER= kris@FreeBSD.org
GNU_CONFIGURE= yes
MAN1= snarf.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/snarf ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/snarf.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>