8feb5705ec
* Changes since 1.13.0 * common: Certificate Revocation List (CRL) support. Patch from daking at rescomp dot stanford dot edu. common: Add --with-pam option to configure script. Based on a patch from peckhamj at umich dot edu. common: [Patch 2931438]: Change port back to standard on failure to connect. Based on a patch from slauncha at umich dot edu. common: Fix universal binary builds on Mac OS X 10.6. common: getsnet script now uses git. common: minor fixes and changes to build system. radmind: -r (use randfile) was being ignored. Report from daking at rescomp dot stanford dot edu. fsdiff: [Bug 1816150]: Can't replace dir with file. fsdiff: [Bug 2887658]: fsdiff prints multiple lines for changing character devices. Patch from jforaker at users dot sourceforge dot net. fsdiff: Repeated pathnames in transcripts are now treated as an error. fsdiff: Fix [Bug 3022287]: 1.14rc1 incorrectly identifying type as applefile. Report from bstr at users dot sourceforge dot net. ktcheck: [Bug 2927309]: ktcheck cores with self-referential command files. lmerge: [Patch 2877346]: Add a copy mode to lmerge. Patch from peckhamj at umich dot edu. ra.sh: [Patch 2524867]: Add -p (port) option for ra.sh. Based on a patch from steinhof at umich dot edu. ra.sh: [Patch 2899332]: Document -p option for ra.sh Patch from ezekielh at umich dot edu. Makefile: dist no longer creates tar archives with '../' path prefixes. Mac OS X package: Fix [Bug 3029115]: RadmindTools-1.14.0rc1.pkg.tar.gz contains leading '../'. Report from daking at stanford dot edu.
36 lines
1.3 KiB
Makefile
36 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.26 2010/11/29 15:24:23 hauke Exp $
|
|
#
|
|
|
|
DISTNAME= radmind-1.14.0
|
|
#PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/}
|
|
|
|
MAINTAINER= hauke@NetBSD.org
|
|
HOMEPAGE= http://rsug.itd.umich.edu/software/radmind/
|
|
COMMENT= Remote file administration and integrity tool
|
|
LICENSE= modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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} ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0750
|
|
OWN_DIRS_PERMS+= ${RADMINDDIR}/client ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0750
|
|
OWN_DIRS_PERMS+= ${RADMINDDIR}/preapply ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0750
|
|
OWN_DIRS_PERMS+= ${RADMINDDIR}/postapply ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0750
|
|
OWN_DIRS_PERMS+= ${RADMINDDIR}/cert ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0700
|
|
RCD_SCRIPTS= radmind
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|