Tweak security/libp11 version 0.4.0
[dports.git] / security / gnomint / Makefile
1 # Created by: Kevin Zheng <kevinz5000@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       gnomint
5 PORTVERSION=    1.2.1
6 PORTREVISION=   9
7 CATEGORIES=     security
8 MASTER_SITES=   SF
9
10 MAINTAINER=     kevinz5000@gmail.com
11 COMMENT=        X.509 Certification Authority management tool
12
13 LICENSE=        GPLv3
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 LIB_DEPENDS=    libgcrypt.so:security/libgcrypt \
17                 libgnutls.so:security/gnutls \
18                 libsqlite3.so:databases/sqlite3
19
20 GNU_CONFIGURE=  yes
21 USES=           gettext-tools gmake perl5 pkgconfig readline
22 USE_GNOME=      gconf2 gdkpixbuf2 glib20 gtk20 intltool
23
24 CPPFLAGS+=      -I${LOCALBASE}/include
25 LIBS+=          -L${LOCALBASE}/lib
26
27 OPTIONS_DEFINE= NLS
28 OPTIONS_SUB=    yes
29
30 NLS_USES=       gettext-runtime
31 NLS_CONFIGURE_ENABLE=   nls
32
33 post-install:
34         ${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig
35
36 .include <bsd.port.mk>