68dde7c43a
Add CONFIGURE_SHARED. Fix indent. ok pea@ (maintainer)
34 lines
694 B
Makefile
34 lines
694 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/06/15 12:10:03 ajacoutot Exp $
|
|
|
|
COMMENT = X.509 library
|
|
|
|
DISTNAME = libksba-1.0.7
|
|
PKGNAME = ${DISTNAME}p0
|
|
CATEGORIES = security
|
|
|
|
SHARED_LIBS = ksba 0.0 #17.6
|
|
|
|
MASTER_SITES = ftp://ftp.gnupg.org/gcrypt/libksba/
|
|
|
|
HOMEPAGE = http://www.gnupg.org/related_software/libksba
|
|
|
|
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
USE_LIBTOOL = Yes
|
|
MODULES = devel/gettext
|
|
|
|
LIB_DEPENDS = gpg-error.>=1::security/libgpg-error
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|