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
|
2005-04-21 21:22:56 +02:00
|
|
|
PORTVERSION= 0.9.11
|
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
|
|
|
|
2005-01-11 15:53:12 +01:00
|
|
|
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
|
2004-05-04 13:53:48 +02:00
|
|
|
gpg-error.1:${PORTSDIR}/security/libgpg-error
|
2004-05-03 15:57:46 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-12-03 14:12:28 +01:00
|
|
|
USE_INC_LIBTOOL_VER=15
|
2003-01-08 19:50:41 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_TARGET=
|
2005-04-12 05:26:56 +02:00
|
|
|
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>
|