24 lines
487 B
Makefile
Raw Normal View History

1999-03-22 01:39:49 +00:00
# $OpenBSD: Makefile,v 1.7 1999/03/22 01:39:49 brad Exp $
1997-12-20 02:03:08 +00:00
1999-03-17 03:46:25 +00:00
DISTNAME= leafnode-1.9.2
CATEGORIES= news
1997-12-20 02:03:08 +00:00
MAINTAINER= bob@prophecy.lu
1997-12-20 02:03:08 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/news/transport
1997-12-20 02:03:08 +00:00
1999-03-17 03:46:25 +00:00
SYSCONFDIR= /etc/leafnode
GNU_CONFIGURE= yes
1999-03-17 03:46:25 +00:00
CONFIGURE_ARGS+= --sysconfdir=${SYSCONFDIR} --localstatedir=/var
1999-03-22 01:39:49 +00:00
MAN1= newsq.1
MAN8= fetch.8 applyfilter.8 leafnode.8 texpire.8 checkgroups.8
update: install
(cd $(WRKSRC) && make update)
1999-03-22 01:39:49 +00:00
.include <bsd.port.mk>