2006-05-21 02:45:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.29 2006/05/21 00:45:13 tonio Exp $
|
2003-05-14 05:23:43 +02:00
|
|
|
|
2006-05-17 23:49:54 +02:00
|
|
|
DISTNAME= libtasn1-0.3.4
|
2006-05-21 02:45:13 +02:00
|
|
|
PKGREVISION= 1
|
2003-05-14 05:23:43 +02:00
|
|
|
CATEGORIES= security devel
|
2004-05-22 09:30:03 +02:00
|
|
|
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/
|
2003-05-14 05:23:43 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-05-14 05:23:43 +02:00
|
|
|
HOMEPAGE= http://www.gnutls.org/
|
|
|
|
COMMENT= ASN.1 structure parser library
|
|
|
|
|
2004-02-25 19:20:06 +01:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
2006-03-05 17:27:22 +01:00
|
|
|
USE_TOOLS+= makeinfo
|
2005-01-27 16:47:57 +01:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2004-12-26 02:53:17 +01:00
|
|
|
TEST_TARGET= check
|
2006-04-01 01:28:36 +02:00
|
|
|
INFO_FILES= # PLIST
|
2003-05-14 05:23:43 +02:00
|
|
|
|
2004-12-18 19:51:39 +01:00
|
|
|
.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
|
2006-05-21 02:45:13 +02:00
|
|
|
CFLAGS+= -fno-common
|
2004-12-18 19:51:39 +01:00
|
|
|
.endif
|
|
|
|
|
2003-05-14 05:23:43 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|