2000-08-20 22:35:26 -04: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 12:25:34 -05:00
|
|
|
PORTVERSION= 1.0.7
|
2000-08-20 22:35:26 -04:00
|
|
|
CATEGORIES= www
|
2005-10-03 03:13:27 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_NETBSD}
|
2000-08-20 22:35:26 -04:00
|
|
|
|
2002-08-20 07:14:12 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 14:21:36 -05:00
|
|
|
COMMENT= Command line interface to popular WWW search engines
|
2000-08-20 22:35:26 -04:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2000-09-17 15:05:58 -04:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/examples/surfraw
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/surfraw.conf ${PREFIX}/share/examples/surfraw
|
|
|
|
@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
2000-08-20 22:35:26 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|