pkgsrc/net/rdist6/Makefile

23 lines
497 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.26 2019/11/03 11:45:52 rillig Exp $
#
DISTNAME= freerdist-0.94
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ftp://ftp.astron.com/pub/freerdist/
2003-07-18 00:50:55 +02:00
MAINTAINER= christos@NetBSD.org
COMMENT= Network file distribution/synchronisation utility
2006-12-09 03:18:22 +01:00
USE_TOOLS+= byacc
2006-06-21 00:18:19 +02:00
RDIST6_NAME= rdist6
2007-03-15 21:43:24 +01:00
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
INSTALL_TARGET= install install.man
MAKE_ENV+= RDIST6_NAME=${RDIST6_NAME:Q}
CONFLICTS= rdist6-[0-9]*
.include "../../mk/bsd.pkg.mk"