aboutsummaryrefslogtreecommitdiffstats
path: root/www/surfraw/Makefile
blob: 8ce0b4b3f66704ca947880053c288a1a5297725b (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
# 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= ports@FreeBSD.org
COMMENT=    Command line interface to popular WWW search engines

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>