26 lines
524 B
Makefile
26 lines
524 B
Makefile
# $OpenBSD: Makefile,v 1.31 2014/10/08 12:06:21 ajacoutot Exp $
|
|
|
|
COMMENT= Abstract Syntax Notation One structure parser library
|
|
|
|
DISTNAME= libtasn1-4.2
|
|
CATEGORIES= security
|
|
REVISION= 0
|
|
|
|
SHARED_LIBS += tasn1 3.3 # 9.1
|
|
|
|
HOMEPAGE= https://www.gnu.org/software/gnutls/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|