freebsd-ports/www/surfraw/Makefile
Christian Weisgerber 5b4a604e19 Update to 1.0.7. Notable changes in this version:
* New elvi: freebsd, openbsd, filesearching, ftpfind
* Updated elvi: translate (babelfish), ftpsearch, fast, netbsd
* Rename linuxdoc elvi to slinuxdoc, to prevent name clash with sgmltools
2001-12-25 17:25:34 +00:00

23 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.7
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>