mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
5b4a604e19
* New elvi: freebsd, openbsd, filesearching, ftpfind * Updated elvi: translate (babelfish), ftpsearch, fast, netbsd * Rename linuxdoc elvi to slinuxdoc, to prevent name clash with sgmltools
23 lines
586 B
Makefile
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>
|