mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
38 lines
830 B
Makefile
38 lines
830 B
Makefile
# New ports collection makefile for: xsu
|
|
# Date created: 27 Aug 2002
|
|
# Whom: Juan Salaverria <rael@vectorstar.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xsu
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= xsu
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Xsu runs commands as root after prompting for the root password
|
|
|
|
GNU_CONFIGURE= 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>
|