openbsd-ports/security/libtasn1/Makefile

34 lines
925 B
Makefile
Raw Normal View History

2010-10-18 17:41:44 -04:00
# $OpenBSD: Makefile,v 1.11 2010/10/18 21:41:45 espie Exp $
COMMENT= Abstract Syntax Notation One structure parser library
DISTNAME= libtasn1-2.3
CATEGORIES= security
SHARED_LIBS += tasn1 2.0 # .4.6
HOMEPAGE= http://www.gnu.org/software/gnutls/
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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
2005-12-25 06:15:33 -05:00
USE_LIBTOOL= Yes
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
2005-12-25 06:15:33 -05:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-gtk-doc
.include <bsd.port.mk>