summaryrefslogtreecommitdiff
path: root/security/sfs
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 14:22:39 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 14:22:39 +0000
commit08ea36c67425b0aa8b3eb4ff0cb507e2156b1183 (patch)
tree4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /security/sfs
parent793236d9b1c719a192d6f9e2daf8cd70891954e6 (diff)
downloadpkgsrc-08ea36c67425b0aa8b3eb4ff0cb507e2156b1183.tar.gz
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'security/sfs')
-rw-r--r--security/sfs/Makefile43
1 files changed, 22 insertions, 21 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile
index d981e6940e4..fa185da3c4d 100644
--- a/security/sfs/Makefile
+++ b/security/sfs/Makefile
@@ -1,20 +1,21 @@
-# $NetBSD: Makefile,v 1.40 2013/02/06 23:23:45 jperkin Exp $
+# $NetBSD: Makefile,v 1.41 2013/04/06 14:22:41 rodent Exp $
#
-DISTNAME= sfs-0.7.2
-PKGREVISION= 13
-CATEGORIES= net security
-MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
+DISTNAME= sfs-0.7.2
+PKGREVISION= 13
+CATEGORIES= net security
+MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/}
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.fs.net/sfswww/
-COMMENT= Secure, global, self-certifying network file system
-LICENSE= gnu-gpl-v2
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.fs.net/sfswww/
+COMMENT= Secure, global, self-certifying network file system
+LICENSE= gnu-gpl-v2
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
-SFS_USER?= sfs
-SFS_GROUP?= sfs
+SFS_USER?= sfs
+SFS_GROUP?= sfs
CONFIGURE_ARGS+= --with-sfsuser=${SFS_USER}
CONFIGURE_ARGS+= --with-sfsgroup=${SFS_GROUP}
@@ -22,28 +23,28 @@ CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-sfsdir=${SFS_ROOT:Q}
CONFIGURE_ARGS+= --disable-uvfs
-USE_LANGUAGES= c c++
-USE_TOOLS+= makeinfo perl:run lex
+USE_LANGUAGES= c c++
+USE_TOOLS+= makeinfo perl:run lex
-INFO_FILES= # PLIST
+INFO_FILES= # PLIST
PKG_SYSCONFSUBDIR= sfs
PKG_GROUPS= ${SFS_GROUP}
PKG_USERS= ${SFS_USER}:${SFS_GROUP}
PKG_GECOS.${SFS_USER}= Self-certifying file system pseudo-user
-RCD_SCRIPTS= sfscd sfssd
+RCD_SCRIPTS= sfscd sfssd
.include "../../mk/bsd.prefs.mk"
-SFSDIR?= ${VARBASE}/sfs
-SFS_ROOT= ${SFSDIR}
+SFSDIR?= ${VARBASE}/sfs
+SFS_ROOT= ${SFSDIR}
-OWN_DIRS_PERMS= ${SFS_ROOT} ${SFS_USER} ${SFS_GROUP} 555
+OWN_DIRS_PERMS= ${SFS_ROOT} ${SFS_USER} ${SFS_GROUP} 555
-SFSEXAMPLEDIR= ${PREFIX}/share/examples/sfs
+SFSEXAMPLEDIR= ${PREFIX}/share/examples/sfs
-MESSAGE_SUBST+= SFSDIR=${SFS_ROOT} SFSEXAMPLEDIR=${SFSEXAMPLEDIR}
+MESSAGE_SUBST+= SFSDIR=${SFS_ROOT} SFSEXAMPLEDIR=${SFSEXAMPLEDIR}
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${SFSEXAMPLEDIR}