2001-10-28 08:05:44 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2001/10/28 13:05:48 espie Exp $
|
2001-05-05 22:56:33 -04:00
|
|
|
|
|
|
|
COMMENT= "USENET software package designed for small sites"
|
1997-12-19 21:03:08 -05:00
|
|
|
|
2001-06-10 17:32:25 -04:00
|
|
|
DISTNAME= leafnode-1.9.19
|
1999-04-23 19:40:25 -04:00
|
|
|
CATEGORIES= news
|
2001-05-05 22:56:33 -04:00
|
|
|
NEED_VERSION= 1.402
|
2000-06-17 15:03:46 -04:00
|
|
|
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
|
|
|
|
2000-06-17 15:03:46 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-06-10 15:00:14 -04:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=/etc/leafnode --localstatedir=/var
|
1999-01-30 20:38:06 -05:00
|
|
|
|
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 \
|
2000-06-17 15:03:46 -04:00
|
|
|
${PREFIX}/share/doc/leafnode
|
1999-03-21 20:39:49 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|