freebsd-ports/sysutils/radmind/Makefile
Pav Lucistnik 11e640aaa4 - Create empty directories from pkg-plist
PR:		ports/138707
Submitted by:	Michael Graziano <mikeg@bsd-box.net> (maintainer)
Feature safe:	yes
2009-09-18 13:34:57 +00:00

43 lines
1,005 B
Makefile

# New ports collection makefile for: radmind
# Date created: 2003-11-17
# Whom: Paul Dlug <paul@aps.org>
#
# $FreeBSD$
#
PORTNAME= radmind
PORTVERSION= 1.13.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= mikeg@bsd-box.net
COMMENT= Utility for administering filesystem changes
USE_OPENSSL= yes
USE_RC_SUBR= radmind.sh
SUB_LIST= RADMIND_BASE_DIR=${RADMIND_BASE_DIR}
PLIST_SUB= RADMIND_BASE_DIR=${RADMIND_BASE_DIR}
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-radminddir=${RADMIND_BASE_DIR}
RADMIND_BASE_DIR?= /var/radmind
MAN1= fsdiff.1 ktcheck.1 lapply.1 lcksum.1 lcreate.1 lfdiff.1 \
lmerge.1 lsort.1 twhich.1 rash.1 repo.1
MAN5= applefile.5
MAN8= radmind.8
DOCS= COPYRIGHT README SPEC
post-install:
# Ugly hack to remove generated man pages
${RM} -rf ${WRKSRC}/tmp
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>