openbsd-ports/www/bk2site/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

30 lines
715 B
Makefile

# $OpenBSD: Makefile,v 1.15 2007/09/15 20:38:20 merdely 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= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-standard-datadir
MAKE_FLAGS= CXXFLAGS="${CXXFLAGS}"
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>