openbsd-ports/www/bk2site/Makefile

26 lines
625 B
Makefile
Raw Normal View History

2002-05-19 20:15:23 -04:00
# $OpenBSD: Makefile,v 1.8 2002/05/20 00:15:23 brad Exp $
COMMENT= "convert Netscape bookmarks into a Yahoo-like website"
DISTNAME= bk2site-1.1.5
CATEGORIES= www
NEED_VERSION= 1.402
2002-05-19 20:15:23 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bk2site/}
2000-10-22 10:02:46 -04:00
MAINTAINER= Dug Song <dugsong@monkey.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-03-16 05:27:00 -05:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
post-install:
2001-03-16 05:27:00 -05:00
${INSTALL_MAN} ${WRKSRC}/bk2site.1 ${PREFIX}/man/man1/
${INSTALL_DATA} ${WRKSRC}/indexbase.html ${WRKSRC}/otherbase.html \
${PREFIX}/share/bk2site/
.include <bsd.port.mk>