aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnomint/Makefile
blob: 4a84239180c8ac3080383c0bcfd1aa7726ee34ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Kevin Zheng <kevinz5000@gmail.com>
# $FreeBSD$

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

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

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libgcrypt.so:${PORTSDIR}/security/libgcrypt \
        libgnutls.so:${PORTSDIR}/security/gnutls \
        libsqlite3.so:${PORTSDIR}/databases/sqlite3

GNU_CONFIGURE=  yes
USES=       gettext-tools gmake perl5 pkgconfig readline
USE_GNOME=  gconf2 gdkpixbuf2 glib20 gtk20 intltool

CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib

OPTIONS_DEFINE= NLS
OPTIONS_SUB=    yes

NLS_USES=   gettext-runtime
NLS_CONFIGURE_ENABLE=   nls

post-install:
    ${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig

.include <bsd.port.mk>