openbsd-ports/news/leafnode/Makefile

28 lines
550 B
Makefile
Raw Normal View History

2000-03-22 22:43:40 -05:00
# $OpenBSD: Makefile,v 1.11 2000/03/23 03:43:41 turan 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
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
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>