mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fb1edcdaf5
no functional changes associated with this for people who have already installed. Submitted by: billf
24 lines
516 B
Makefile
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>
|