eb3c2b436e
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
22 lines
497 B
Makefile
22 lines
497 B
Makefile
# $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/
|
|
|
|
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]*
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|