openbsd-ports/www/bk2site/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

31 lines
723 B
Makefile

# $OpenBSD: Makefile,v 1.18 2012/03/29 13:39:00 sthen Exp $
COMMENT= convert Netscape bookmarks into a Yahoo-like website
DISTNAME= bk2site-1.1.8
CATEGORIES= www
HOMEPAGE= http://bk2site.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m stdc++
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bk2site/}
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-standard-datadir
MAKE_FLAGS= CXXFLAGS="${CXXFLAGS}"
USE_GROFF = Yes
post-install:
${INSTALL_MAN} ${WRKSRC}/bk2site.1 ${PREFIX}/man/man1/
${INSTALL_DATA} ${WRKSRC}/indexbase.html ${WRKSRC}/otherbase.html \
${PREFIX}/share/bk2site/
.include <bsd.port.mk>