f1e7eab840
packing-lists was changes in significant ways, and they do not have enough dependencies that pkg_add can detect they changed through their signature. Bump the pkgname, so that pkg_add -r will choose to update them. okay pvalchev@
29 lines
779 B
Makefile
29 lines
779 B
Makefile
# $OpenBSD: Makefile,v 1.15 2005/08/17 16:10:05 espie Exp $
|
|
|
|
COMMENT= "command line interface to popular WWW search engines"
|
|
|
|
DISTNAME= surfraw-1.0.7
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= www
|
|
HOMEPAGE= http://surfraw.sourceforge.net/
|
|
|
|
# Public Domain
|
|
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>
|