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
|
2001-11-04 10:52:09 -05:00
|
|
|
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ \
|
|
|
|
ftp://ftp.funet.fi/pub/NetBSD/misc/proff/
|
2000-08-20 22:35:26 -04:00
|
|
|
|
2001-11-03 17:22:34 -05:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
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>
|