freebsd-ports/www/surfraw/Makefile
Trevor Johnson bec29de4b7 Bump PORTVERSION. This was forgotten somehow in the last update.
Submitted by:	Mike Heffner <mheffner@vt.edu>
Approved by:	maintainer
2001-08-20 12:25:42 +00:00

23 lines
552 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.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= surfraw
MAINTAINER= naddy@mips.inka.de
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>