opnsense-ports/security/libassuan/Makefile
Franco Fichtner 8329124b8a */*: sync with upstream
Taken from: FreeBSD
2015-06-01 07:58:49 +02:00

25 lines
489 B
Makefile

# Created by: Michael Nottebrock <lofi@FreeBSD.org>
# $FreeBSD$
PORTNAME= libassuan
PORTVERSION= 2.2.1
CATEGORIES= security devel
MASTER_SITES= GNUPG/${PORTNAME}
MAINTAINER= jhale@FreeBSD.org
COMMENT= IPC library used by GnuPG and gpgme
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error
USES= libtool tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
INFO= assuan
.include <bsd.port.mk>