mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
27 lines
429 B
Makefile
27 lines
429 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= libksba
|
|
PORTVERSION= 1.3.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= GNUPG/${PORTNAME}
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= KSBA is an X.509 Library
|
|
|
|
LIB_DEPENDS+= libgpg-error.so:crypto/libgpg-error
|
|
LIB_DEPENDS+= libintl.so:devel/gettext
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-static
|
|
INSTALL_TARGET= install-strip
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES+= tar:bzip2
|
|
USES+= gmake
|
|
|
|
|
|
INFO= ksba
|
|
|
|
.include <bsd.port.mk>
|