32 lines
765 B
Makefile
32 lines
765 B
Makefile
# $OpenBSD: Makefile,v 1.27 2014/07/06 09:33:19 ajacoutot Exp $
|
|
|
|
COMMENT= Abstract Syntax Notation One structure parser library
|
|
|
|
DISTNAME= libtasn1-4.0
|
|
CATEGORIES= security
|
|
|
|
SHARED_LIBS += tasn1 3.2 # 9.0
|
|
|
|
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} \
|
|
--disable-gtk-doc
|
|
|
|
# If one of these tools is found at configure stage, it might be used,
|
|
# no matter whether we use --disable-gtk-doc or not.
|
|
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
|
|
ac_cv_path_GTKDOC_REBASE="" \
|
|
ac_cv_path_GTKDOC_MKPDF=""
|
|
|
|
.include <bsd.port.mk>
|