mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
a1f6cbf9b0
PR: ports/155281 Submitted by: maintainer
51 lines
1.2 KiB
Makefile
51 lines
1.2 KiB
Makefile
# New ports collection makefile for: radmind
|
|
# Date created: 2003-11-17
|
|
# Whom: Paul Dlug <paul@aps.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= radmind
|
|
PORTVERSION= 1.14.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= mikeg@bsd-box.net
|
|
COMMENT= Utility for administering filesystem changes
|
|
|
|
USE_OPENSSL= yes
|
|
USE_RC_SUBR= radmind.sh
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-radminddir=${RADMIND_BASE_DIR}
|
|
|
|
RADMINUSER= radmind
|
|
USERS= ${RADMINUSER}
|
|
GROUPS= ${RADMINUSER}
|
|
RADMIND_BASE_DIR?= /var/radmind
|
|
|
|
SUB_LIST= RADMIND_BASE_DIR=${RADMIND_BASE_DIR} RADMINUSER=${RADMINUSER}
|
|
PLIST_SUB= RADMIND_BASE_DIR=${RADMIND_BASE_DIR}
|
|
SUB_FILES+= pkg-install pkg-message
|
|
|
|
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
|
|
@${CHOWN} -R ${RADMINUSER}:${RADMINUSER} ${RADMIND_BASE_DIR}
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|