aboutsummaryrefslogtreecommitdiffstats
path: root/www/surfraw/Makefile
blob: 8c5ad665f6e9263ae3e514706f09cf56d6b7559f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:   surfraw
# Date created:                2000-08-03
# Whom:                        Christian Weisgerber <naddy@mips.inka.de>
#
# $FreeBSD$

PORTNAME=   surfraw
PORTVERSION=    1.0.7
CATEGORIES= www
MASTER_SITES=   ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ \
        ftp://ftp.funet.fi/pub/NetBSD/misc/proff/

MAINTAINER= naddy@FreeBSD.org

GNU_CONFIGURE=  yes

post-install:
    ${MKDIR} ${PREFIX}/share/examples/surfraw
    ${INSTALL_DATA} ${WRKSRC}/surfraw.conf ${PREFIX}/share/examples/surfraw
    @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL

.include <bsd.port.mk>