2003-02-07 23:52:31 +01:00
|
|
|
# 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
|
2005-03-16 09:25:34 +01:00
|
|
|
PORTVERSION= 1.0.4
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 3
|
2003-02-07 23:52:31 +01:00
|
|
|
CATEGORIES= security
|
2005-03-16 09:25:34 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
|
2003-02-07 23:52:31 +01:00
|
|
|
|
2004-03-10 14:16:50 +01:00
|
|
|
MAINTAINER= vs@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Quintuple Agent is a program that stores secrets for you
|
2003-02-07 23:52:31 +01:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2003-02-07 23:52:31 +01:00
|
|
|
USE_GNOME= glib12
|
|
|
|
.ifndef(WITHOUT_X11)
|
|
|
|
USE_GNOME+= gtk12
|
|
|
|
PLIST_SUB+= X11=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= X11="@comment "
|
|
|
|
.endif
|
|
|
|
|
2005-03-16 09:25:34 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig
|
2003-02-07 23:52:31 +01:00
|
|
|
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
|
2005-03-16 09:25:34 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ARGS= SUBDIRS="doc intl lib m4 po . test"
|
2003-02-07 23:52:31 +01:00
|
|
|
|
|
|
|
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>
|