openbsd-ports/www/surfraw/Makefile
naddy 197e7e9ca1 update to 1.0.4
added:   debbugs, debcontents, debpackages, sourceforge, swhois, woffle
removed: ircsearch, newscientist
2001-10-26 23:39:44 +00:00

29 lines
808 B
Makefile

# $OpenBSD: Makefile,v 1.9 2001/10/26 23:39:44 naddy Exp $
COMMENT= "command line interface to popular WWW search engines"
DISTNAME= surfraw-1.0.4
CATEGORIES= www
NEED_VERSION= 1.363
HOMEPAGE= http://surfraw.sourceforge.net/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/proff/ \
ftp://ftp.funet.fi/pub/NetBSD/misc/proff/
CONFIGURE_STYLE= gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/surfraw
${INSTALL_DATA} ${WRKSRC}/surfraw.conf ${PREFIX}/share/examples/surfraw
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/surfraw
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/HACKING ${PREFIX}/share/doc/surfraw
.include <bsd.port.mk>