2003-01-08 19:50:41 +01:00
|
|
|
# New ports collection Makefile for: libksba
|
|
|
|
# Date created: July 17 2002
|
|
|
|
# Whom: Tilman Linneweh <arved@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libksba
|
2004-10-12 02:39:22 +02:00
|
|
|
PORTVERSION= 0.9.9
|
2003-01-08 19:50:41 +01:00
|
|
|
CATEGORIES= security
|
2004-05-04 13:53:48 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
2004-01-17 13:42:53 +01:00
|
|
|
MASTER_SITE_SUBDIR= alpha/${PORTNAME}
|
2003-01-08 19:50:41 +01:00
|
|
|
|
2004-05-03 15:57:46 +02:00
|
|
|
MAINTAINER= lofi@FreeBSD.org
|
2004-05-03 21:22:04 +02:00
|
|
|
COMMENT= KSBA is an X.509 Library
|
2003-01-08 19:50:41 +01:00
|
|
|
|
2004-05-04 13:53:48 +02:00
|
|
|
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
|
|
|
|
gpg-error.1:${PORTSDIR}/security/libgpg-error
|
2004-05-03 15:57:46 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER=13
|
2003-01-08 19:50:41 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_TARGET=
|
|
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-07-30 02:20:32 +02:00
|
|
|
USE_PERL5_BUILD=yes
|
2003-01-08 19:50:41 +01:00
|
|
|
|
2003-08-04 20:10:43 +02:00
|
|
|
INFO= ksba
|
|
|
|
|
2004-07-30 02:20:32 +02:00
|
|
|
.include <bsd.port.mk>
|