summaryrefslogtreecommitdiffstats
path: root/security/libgnomesu/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 01:14:44 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 01:14:44 +0800
commit0bb811d578776b1ee18ca84c6cbb7a7875367118 (patch)
treeb7e020e61360858cde9c44102d07e978cc1b0541 /security/libgnomesu/Makefile
parente1c3df9a634fbba880cc85c861494e329ea1defd (diff)
downloadmarcuscom-ports-0bb811d578776b1ee18ca84c6cbb7a7875367118.tar
marcuscom-ports-0bb811d578776b1ee18ca84c6cbb7a7875367118.tar.gz
marcuscom-ports-0bb811d578776b1ee18ca84c6cbb7a7875367118.tar.bz2
marcuscom-ports-0bb811d578776b1ee18ca84c6cbb7a7875367118.tar.lz
marcuscom-ports-0bb811d578776b1ee18ca84c6cbb7a7875367118.tar.xz
marcuscom-ports-0bb811d578776b1ee18ca84c6cbb7a7875367118.tar.zst
marcuscom-ports-0bb811d578776b1ee18ca84c6cbb7a7875367118.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8727 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/libgnomesu/Makefile')
-rw-r--r--security/libgnomesu/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile
new file mode 100644
index 000000000..19fb21bbc
--- /dev/null
+++ b/security/libgnomesu/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: libgnomesu
+# Date created: 12 January 2005
+# Whom: Adam Weinberger <adamw@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= libgnomesu
+PORTVERSION= 1.0.0
+PORTREVISION= 3
+CATEGORIES= security gnome
+MASTER_SITES= http://members.chello.nl/~h.lai/libgnomesu/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Library and frontend for running commands as root
+
+USE_X_PREFIX= yes
+USE_GETOPT_LONG=yes
+USE_AUTOTOOLS= libtool:15
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix libgnomeui
+CONFIGURE_ARGS+=--disable-install-pam
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+post-install:
+ ${MKDIR} ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.4.x.sample ${EXAMPLESDIR}
+ ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.5.x.sample ${EXAMPLESDIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/api.html ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/libgnomesu.css ${DOCSDIR}
+.endif
+ @${SED} -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g" ${PKGMESSAGE}
+
+.include <bsd.port.mk>