openbsd-ports/news/leafnode/Makefile

30 lines
841 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2001/10/28 13:05:48 espie Exp $
COMMENT= "USENET software package designed for small sites"
1997-12-19 21:03:08 -05:00
DISTNAME= leafnode-1.9.19
1999-04-23 19:40:25 -04:00
CATEGORIES= news
NEED_VERSION= 1.402
MASTER_SITES= ftp://wpxx02.toxi.uni-wuerzburg.de/pub/ \
ftp://ftp.karlsruhe.org/pub/news/servers/leafnode/ \
ftp://ftp.unixpower.org/pub/leafnode/ \
ftp://ftp.stikman.com/pub/leafnode/ \
ftp://ftp.gigabell.net/pub/leafnode/
1997-12-19 21:03:08 -05:00
2000-08-29 01:20:46 -04:00
HOMEPAGE= http://www.leafnode.org/
2000-03-22 22:43:40 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
1997-12-19 21:03:08 -05:00
CONFIGURE_STYLE= gnu
2000-06-10 15:00:14 -04:00
CONFIGURE_ARGS+= --sysconfdir=/etc/leafnode --localstatedir=/var
2000-06-10 15:00:14 -04:00
post-install:
$(INSTALL_DATA_DIR) ${PREFIX}/share/doc/leafnode
cd ${WRKSRC} && $(INSTALL_DATA) README INSTALL FAQ config.example \
${PREFIX}/share/doc/leafnode
1999-03-21 20:39:49 -05:00
.include <bsd.port.mk>