pkgsrc/net/rdist6/Makefile
2007-03-15 20:43:24 +00:00

31 lines
740 B
Makefile

# $NetBSD: Makefile,v 1.17 2007/03/15 20:43:24 joerg Exp $
#
DISTNAME= freerdist-0.92
PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.astron.com/pub/freerdist/ \
ftp://ftp.gw.com/pub/unix/freerdist/
MAINTAINER= christos@NetBSD.org
COMMENT= Network file distribution/synchronisation utility
USE_TOOLS+= byacc
RDIST6_NAME= rdist6
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
INSTALL_TARGET= install install.man
MAKE_ENV+= RDIST6_NAME=${RDIST6_NAME:Q}
CONFLICTS= rdist6-[0-9]*
post-extract:
${CP} ${FILESDIR}/os-dragonfly.h ${WRKSRC}/config
${ECHO} LIB_SYS=-lcompat > ${WRKSRC}/config/mf.dragonfly
post-install:
@strip ${PREFIX}/bin/${RDIST6_NAME}
@strip ${PREFIX}/bin/rdistd
.include "../../mk/bsd.pkg.mk"