1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/security/gnomint/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

37 lines
765 B
Makefile

# 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: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
post-install:
${RMDIR} ${STAGEDIR}${PREFIX}/lib/pkgconfig
.include <bsd.port.mk>