2013-03-21 08:45:11 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2013/03/21 08:48:53 ajacoutot Exp $
|
2003-05-01 17:26:01 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= Abstract Syntax Notation One structure parser library
|
2003-05-01 17:26:01 +00:00
|
|
|
|
2012-12-08 08:19:57 +00:00
|
|
|
DISTNAME= libtasn1-3.2
|
2003-05-01 17:26:01 +00:00
|
|
|
CATEGORIES= security
|
2012-09-27 06:22:50 +00:00
|
|
|
|
2012-12-08 08:19:57 +00:00
|
|
|
SHARED_LIBS += tasn1 3.0 # 7.1
|
2003-05-01 17:26:01 +00:00
|
|
|
|
2008-01-23 21:53:20 +00:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/gnutls/
|
2003-05-01 17:26:01 +00:00
|
|
|
|
2012-09-27 06:22:50 +00:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2012-03-20 14:01:14 +00:00
|
|
|
# GPLv3+
|
2003-05-01 17:26:01 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2011-09-11 12:36:12 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
|
2008-01-23 21:53:20 +00:00
|
|
|
|
|
|
|
WANTLIB= c
|
2003-05-01 17:26:01 +00:00
|
|
|
|
2005-12-25 11:15:33 +00:00
|
|
|
|
2003-05-01 17:26:01 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2008-01-23 21:53:20 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-gtk-doc
|
2003-05-01 17:26:01 +00:00
|
|
|
|
2012-09-21 14:48:05 +00:00
|
|
|
# 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=""
|
|
|
|
|
2003-05-01 17:26:01 +00:00
|
|
|
.include <bsd.port.mk>
|