2010-12-12 11:29:21 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2010/12/12 16:29:21 ajacoutot Exp $
|
2003-05-01 13:26:01 -04:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= Abstract Syntax Notation One structure parser library
|
2003-05-01 13:26:01 -04:00
|
|
|
|
2010-12-12 11:29:21 -05:00
|
|
|
DISTNAME= libtasn1-2.9
|
2003-05-01 13:26:01 -04:00
|
|
|
CATEGORIES= security
|
2009-10-09 19:04:03 -04:00
|
|
|
SHARED_LIBS += tasn1 2.0 # .4.6
|
2003-05-01 13:26:01 -04:00
|
|
|
|
2008-01-23 16:53:20 -05:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/gnutls/
|
2003-05-01 13:26:01 -04:00
|
|
|
|
2008-01-23 16:53:20 -05:00
|
|
|
# GPLv3
|
2003-05-01 13:26:01 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
2008-01-23 16:53:20 -05:00
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
2003-05-01 13:26:01 -04:00
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2008-01-23 16:53:20 -05:00
|
|
|
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
|
|
|
|
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \
|
|
|
|
ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/libtasn1/ \
|
|
|
|
http://www.gnu.org/software/gnutls/releases/libtasn1/ \
|
|
|
|
http://josefsson.org/gnutls/releases/libtasn1/ \
|
|
|
|
http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/
|
|
|
|
|
|
|
|
WANTLIB= c
|
2003-05-01 13:26:01 -04:00
|
|
|
|
2005-12-25 06:15:33 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2010-11-20 12:22:40 -05:00
|
|
|
USE_GROFF = Yes
|
2005-12-25 06:15:33 -05:00
|
|
|
|
2003-05-01 13:26:01 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2008-01-23 16:53:20 -05:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-gtk-doc
|
2003-05-01 13:26:01 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|