blob: e2d6d7b5de828cd4d0a6b4a827e8f771c63b1a6a (
plain)
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
|
# Created by: Kevin Zheng <kevinz5000@gmail.com>
# $FreeBSD$
PORTNAME= gnomint
PORTVERSION= 1.2.1
PORTREVISION= 10
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:security/libgcrypt \
libgnutls.so:security/gnutls \
libsqlite3.so: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
.include <bsd.port.mk>
|