freebsd-ports/www/surfraw/Makefile
Christian Weisgerber 5749c5279a Update to 1.0.4.
Adds debbugs, debcontents, debpackages, sourceforge, swhois, woffle.
Removes ircsearch, newscientist.

PR:		31540
Approved by:	trevor
2001-11-04 15:52:09 +00:00

22 lines
586 B
Makefile

# New ports collection makefile for: surfraw
# Date created: 2000-08-03
# Whom: Christian Weisgerber <naddy@mips.inka.de>
#
# $FreeBSD$
PORTNAME= surfraw
PORTVERSION= 1.0.4
CATEGORIES= www
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ \
ftp://ftp.funet.fi/pub/NetBSD/misc/proff/
MAINTAINER= naddy@FreeBSD.org
GNU_CONFIGURE= yes
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>