diff options
Diffstat (limited to 'sysutils/xsu/Makefile')
-rw-r--r-- | sysutils/xsu/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/xsu/Makefile b/sysutils/xsu/Makefile new file mode 100644 index 0000000..f60d84b --- /dev/null +++ b/sysutils/xsu/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: xsu +# Date created: 27 Aug 2002 +# Whom: Juan Salaverria <rael@vectorstar.net> +# +# $FreeBSD$ +# + +PORTNAME= xsu +PORTVERSION= 0.2.3 +CATEGORIES= sysutils gnome +MASTER_SITES= http://xsu.freax.eu.org/files/ + +MAINTAINER= rael@vectorstar.net + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomelibs +CONFIGURE_ARGS= --su-pwd-out="Password:" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +MAN8= xsu.8 + +DOCS= CHANGELOG COPYING INSTALL + +post-install: + ${INSTALL_DATA} ${WRKSRC}/xsu.desktop \ + ${PREFIX}/share/gnome/apps/System +.if !defined(NOPORTDOCS) +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> |