aboutsummaryrefslogtreecommitdiffstats
path: root/www/snarf/Makefile
blob: 206454aa7d6a0a6033fe7f7c638e4037382c358c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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= ports@FreeBSD.org
COMMENT=    Another small command-line URL (http/ftp/gopher/finger) fetcher

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>