1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/snarf/Makefile
Kris Kennaway fb1edcdaf5 Don't point to the snarf-latest distfile, use snarf-2.0.5 instead. There are
no functional changes associated with this for people who have already
installed.
Submitted by:	billf
1999-03-12 10:15:47 +00:00

24 lines
516 B
Makefile

# New ports collection makefile for: snarf
# Version required: 2.0.5
# Date created: 2 January 1999
# Whom: Kris Kennaway <kris@FreeBSD.ORG>
#
# $Id: Makefile,v 1.1.1.1 1999/03/01 11:13:12 kris Exp $
#
DISTNAME= snarf-2.0.5
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>