diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile index dd6e63a3f6b9..f579b181b807 100644 --- a/security/gnomint/Makefile +++ b/security/gnomint/Makefile @@ -1,32 +1,35 @@ # Created by: Kevin Zheng PORTNAME= gnomint PORTVERSION= 1.2.1 PORTREVISION= 13 CATEGORIES= security MASTER_SITES= SF -MAINTAINER= kevinz5000@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= X.509 Certification Authority management tool +DEPRECATED= Abandonware, depending on gconf2 +EXPIRATION_DATE= 2020-07-24 + 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 gnome 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