pkgsrc/sysutils/radmind/Makefile
hauke b4ada75573 Update to Radmind 1.10.
Major changes from 1.9.0:
- Added -C option to lapply that will create missing intermediate directories.
- Added -P option that specifies a directory that contains
certificates to be used when verifying the peer.

Minor changes from 1.9.0:
- make dist will now create compressed tar ball.
- make package will now create compressed tar ball and remove temporary files.
- Fixed radmind.8 manpage rendering issue which hid some of the text.
2007-09-04 11:55:44 +00:00

32 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2007/09/04 11:55:44 hauke Exp $
#
DISTNAME= radmind-1.10.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/}
MAINTAINER= hf@spg.tu-darmstadt.de
HOMEPAGE= http://rsug.itd.umich.edu/software/radmind/
COMMENT= Remote file administration and integrity tool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ARGS+= --with-radminddir=${RADMINDDIR}
CONFIGURE_ENV+= diffpath=${TOOLS_DIFF:Q}
# XXX configure script checks for path to echo, which pkgsrc does not
# provide, so we need to side-step {echopath}.
CONFIGURE_ENV+= ac_cv_path_echopath=${TOOLS_ECHO:Q}
BUILD_TARGET= all man rash
RADMINDDIR= ${VARBASE}/radmind
BUILD_DEFS+= VARBASE
OWN_DIRS_PERMS+= ${RADMINDDIR} ${ROOT_USER} ${ROOT_GROUP} 0750
OWN_DIRS_PERMS+= ${RADMINDDIR}/client ${ROOT_USER} ${ROOT_GROUP} 0750
OWN_DIRS_PERMS+= ${RADMINDDIR}/preapply ${ROOT_USER} ${ROOT_GROUP} 0750
OWN_DIRS_PERMS+= ${RADMINDDIR}/postapply ${ROOT_USER} ${ROOT_GROUP} 0750
OWN_DIRS_PERMS+= ${RADMINDDIR}/cert ${ROOT_USER} ${ROOT_GROUP} 0700
RCD_SCRIPTS= radmind
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"