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
|
2008-03-17 14:14:41 +01:00
|
|
|
PORTVERSION= 2.2.1
|
2000-08-21 04:35:26 +02:00
|
|
|
CATEGORIES= www
|
2008-01-15 17:59:59 +01:00
|
|
|
MASTER_SITES= http://surfraw.alioth.debian.org/dist/
|
2000-08-21 04:35:26 +02:00
|
|
|
|
2008-03-12 14:27:28 +01:00
|
|
|
MAINTAINER= jadawin@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
|
2008-01-15 17:59:59 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
|
|
|
|
MAN1= surfraw-update-path.1 \
|
|
|
|
surfraw.1 \
|
|
|
|
elvi.1sr \
|
|
|
|
opensearch-discover.1 \
|
|
|
|
opensearch-genquery.1
|
2000-08-21 04:35:26 +02:00
|
|
|
|
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>
|