diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-02-07 22:52:31 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-02-07 22:52:31 +0000 |
commit | 41fd036acac7cfe929204f7b5b10baf2aaf76f59 (patch) | |
tree | ee629a65bafdde28477a13b354c06a214bd7b7ff /security/quintuple-agent/Makefile | |
parent | 405d3354f1e603ab6882a194f87d5b6b4b8fa9aa (diff) |
Notes
Diffstat (limited to 'security/quintuple-agent/Makefile')
-rw-r--r-- | security/quintuple-agent/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/quintuple-agent/Makefile b/security/quintuple-agent/Makefile new file mode 100644 index 000000000000..188b18fd3f28 --- /dev/null +++ b/security/quintuple-agent/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: quintuple-agent +# Date created: 2003-02-06 +# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> +# +# $FreeBSD$ +# + +PORTNAME= quintuple-agent +PORTVERSION= 1.0.3 +CATEGORIES= security +MASTER_SITES= http://www.vibe.at/tools/q-agent/ + +MAINTAINER= stolz@i2.informatik.rwth-aachen.de + +LIB_DEPENDS+= intl.4:${PORTSDIR}/devel/gettext + +USE_GNOMENG= yes +USE_GNOME= glib12 +.ifndef(WITHOUT_X11) +USE_GNOME+= gtk12 +PLIST_SUB+= X11="" +.else +PLIST_SUB+= X11="@comment " +.endif + +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" +#catgets disabled because it can't find all messages: +#CONFIGURE_ARGS+=--with-catgets +.ifdef(WITHOUT_X11) +CONFIGURE_ARGS+=--disable-gtktest +.endif + +MAN1= agpg.1 apgp.1 q-agent.1 secret-ask.1 q-client.1 secret-query.1 + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> |