freebsd-ports/security/libksba/Makefile

27 lines
751 B
Makefile
Raw Normal View History

# New ports collection Makefile for: libksba
# Date created: July 17 2002
# Whom: Tilman Linneweh <arved@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= libksba
PORTVERSION= 0.4.6
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://gd.tuwien.ac.at/privacy/gnupg/alpha/aegypten/ \
ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/ \
http://ftp.hi.is/pub/mirrors/gnupg/alpha/aegypten/ \
http://www.mirrors.wiretapped.net/security/cryptography/apps/pgp/GnuPG/alpha/aegypten/ \
${MASTER_SITE_RINGSERVER}/net/gnupg/alpha/aegypten/ \
MAINTAINER= arved@FreeBSD.org
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_AUTOCONF_VER= 253
USE_PERL5_BUILD= yes
.include <bsd.port.mk>