openbsd-ports/news/leafnode/Makefile
2004-05-07 20:46:59 +00:00

42 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.32 2004/05/07 20:46:59 sturm Exp $
COMMENT= "USENET software package designed for small sites"
VERSION= 1.9.53
DISTNAME= leafnode-${VERSION}.rel
PKGNAME= leafnode-${VERSION}
CATEGORIES= news
HOMEPAGE= http://www.leafnode.org/
MAINTAINER= Bruno Rohee <rohee@openbsd.org>
# MIT/BSD like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=leafnode/}
EXTRACT_SUFX= .tar.bz2
LIB_DEPENDS= pcre::devel/pcre
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --localstatedir=/var
CONFIGURE_ARGS+= --with-lockfile=/var/spool/news/fetchnews.lck
CONFIGURE_ARGS+= --with-ipv6
CONFIGURE_ARGS+= --with-user=_news
DOCS= README README-FQDN INSTALL FAQ.txt
post-install:
$(INSTALL_DATA_DIR) ${PREFIX}/share/doc/leafnode
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/leafnode
cd ${WRKSRC} && $(INSTALL_DATA) ${DOCS} \
${PREFIX}/share/doc/leafnode
${INSTALL_DATA} ${WRKINST}/${SYSCONFDIR}/leafnode/* \
${PREFIX}/share/examples/leafnode/
.include <bsd.port.mk>