head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.03.02.20.09.56;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313243
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Kevin Zheng <kevinz5000@@gmail.com>
# $FreeBSD: head/security/gnomint/Makefile 313243 2013-03-02 14:42:54Z miwi $

PORTNAME=	gnomint
PORTVERSION=	1.2.1
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	kevinz5000@@gmail.com
COMMENT=	X.509 Certification Authority management tool

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt \
		gnutls:${PORTSDIR}/security/gnutls \
		sqlite3:${PORTSDIR}/databases/sqlite3

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GNOME=	gconf2 gdkpixbuf2 glib20 gtk20
USE_PERL5=	yes
CFLAGS:=	${CFLAGS:C/-Werror//}

MAKE_JOBS_SAFE=	yes

OPTIONS_DEFINE=	NLS

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
PLIST_SUB+=	NLS=""
.else
CONFIGURE_ARGS+=	--disable-nls
PLIST_SUB+=	NLS="@@comment "
.endif

.include <bsd.port.mk>
@
