2001-05-06 02:56:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2001/05/06 02:59:32 lebel Exp $
|
|
|
|
|
|
|
|
COMMENT= "USENET software package designed for small sites"
|
1997-12-20 02:03:08 +00:00
|
|
|
|
2001-02-24 18:04:53 +00:00
|
|
|
DISTNAME= leafnode-1.9.18
|
1999-04-23 23:40:25 +00:00
|
|
|
CATEGORIES= news
|
2001-05-06 02:56:33 +00:00
|
|
|
NEED_VERSION= 1.402
|
2000-06-17 19:03:46 +00: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-20 02:03:08 +00:00
|
|
|
|
2000-02-26 00:42:12 +00:00
|
|
|
MAINTAINER= ports@openbsd.org
|
|
|
|
|
2000-08-29 05:20:46 +00:00
|
|
|
HOMEPAGE= http://www.leafnode.org/
|
|
|
|
|
2000-03-23 03:43:40 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
1997-12-20 02:03:08 +00:00
|
|
|
|
2000-06-17 19:03:46 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2000-06-10 19:00:14 +00:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=/etc/leafnode --localstatedir=/var
|
1999-01-31 01:38:06 +00:00
|
|
|
|
2000-06-10 19:00:14 +00:00
|
|
|
post-install:
|
|
|
|
$(INSTALL_DATA_DIR) ${PREFIX}/share/doc/leafnode
|
|
|
|
cd ${WRKSRC} && $(INSTALL_DATA) README INSTALL FAQ config.example \
|
2000-06-17 19:03:46 +00:00
|
|
|
${PREFIX}/share/doc/leafnode
|
1999-03-22 01:39:49 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|