2000-08-21 04:35:26 +02:00
|
|
|
# New ports collection makefile for: surfraw
|
|
|
|
# Date created: 2000-08-03
|
|
|
|
# Whom: Christian Weisgerber <naddy@mips.inka.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= surfraw
|
2001-12-25 18:25:34 +01:00
|
|
|
PORTVERSION= 1.0.7
|
2000-08-21 04:35:26 +02:00
|
|
|
CATEGORIES= www
|
2001-11-04 16:52:09 +01:00
|
|
|
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ \
|
|
|
|
ftp://ftp.funet.fi/pub/NetBSD/misc/proff/
|
2000-08-21 04:35:26 +02:00
|
|
|
|
2002-08-20 13:14:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Command line interface to popular WWW search engines
|
2000-08-21 04:35:26 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2000-09-17 21:05:58 +02:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/examples/surfraw
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/surfraw.conf ${PREFIX}/share/examples/surfraw
|
|
|
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
2000-08-21 04:35:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|