pkgsrc/security/libtasn1/Makefile
wiz 2eba775897 Update to 0.2.17:
Version 0.2.17
- Fixed typo to make it build.

Version 0.2.16
- Version script added again.
2005-09-30 11:55:08 +00:00

29 lines
876 B
Makefile

# $NetBSD: Makefile,v 1.19 2005/09/30 11:55:08 wiz Exp $
DISTNAME= libtasn1-0.2.17
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \
ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/libtasn1/ \
http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \
ftp://ftp.mirrors.wiretapped.net/pub/security/network-security/gnutls/libtasn1/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnutls.org/
COMMENT= ASN.1 structure parser library
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
TEST_TARGET= check
.include "../../mk/bsd.prefs.mk"
# Darwin has no prototype for getopt_long and no declaration for
# struct option, so ignore getopt_long() even though the test
# succeeds.
.if ${OPSYS} == "Darwin"
CONFIGURE_ENV+= ac_cv_func_getopt_long=no
.endif
.include "../../mk/bsd.pkg.mk"