freebsd-ports/www/surfraw/Makefile

23 lines
580 B
Makefile
Raw Normal View History

# 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= ${MASTER_SITE_NETBSD}
2002-08-20 07:14:12 -04:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 14:21:36 -05:00
COMMENT= Command line interface to popular WWW search engines
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>