openbsd-ports/news/leafnode/Makefile

25 lines
464 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2000/02/26 00:42:12 rohee Exp $
1997-12-19 21:03:08 -05:00
1999-04-23 19:40:25 -04:00
DISTNAME= leafnode-1.9.2
CATEGORIES= news
1997-12-19 21:03:08 -05:00
MAINTAINER= ports@openbsd.org
LICENCE_TYPE= GPL
1997-12-19 21:03:08 -05:00
1999-04-23 19:40:25 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/news/transport
1999-03-21 20:39:49 -05:00
1999-04-23 19:40:25 -04:00
SYSCONFDIR= /etc/leafnode
2000-01-26 17:14:01 -05:00
GNU_CONFIGURE= Yes
1999-04-23 19:40:25 -04:00
CONFIGURE_ARGS+= --sysconfdir=${SYSCONFDIR} --localstatedir=/var
2000-01-26 17:14:01 -05:00
pre-install:
@perl ${SCRIPTDIR}/pre-install.pl
update: install
2000-01-26 17:14:01 -05:00
cd $(WRKSRC) && make update
1999-03-21 20:39:49 -05:00
.include <bsd.port.mk>