090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
22 lines
491 B
Makefile
22 lines
491 B
Makefile
# New ports collection makefile for: seccure
|
|
# Date created: 30 August 2007
|
|
# Whom: Lukasz Komsta
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= seccure
|
|
PORTVERSION= 0.3
|
|
PORTEVISION= 1
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://point-at-infinity.org/seccure/
|
|
|
|
MAINTAINER= luke@REMOVE_IT.novum.am.lublin.pl
|
|
COMMENT= SECCURE Elliptic Curve Crypto Utility for Reliable Encryption
|
|
|
|
LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt
|
|
|
|
MAN1= seccure.1
|
|
|
|
.include <bsd.port.mk>
|