blob: f3e5b2cc879049485a2d1f3d8a7d7d6a08aff4a5 (
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
24
25
26
27
28
29
30
|
# New ports collection makefile for: surfraw
# Date created: 2000-08-03
# Whom: Christian Weisgerber <naddy@mips.inka.de>
#
# $FreeBSD$
PORTNAME= surfraw
PORTVERSION= 2.2.0
CATEGORIES= www
MASTER_SITES= http://surfraw.alioth.debian.org/dist/
MAINTAINER= jadawin@tuxaco.net
COMMENT= Command line interface to popular WWW search engines
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5= yes
MAN1= surfraw-update-path.1 \
surfraw.1 \
elvi.1sr \
opensearch-discover.1 \
opensearch-genquery.1
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>
|