9f0223d75e
libtasn1 library was developed for ASN1 (Abstract Syntax Notation One) structures management. The main features of this library are: - on-line ASN1 structure management that does not require any C code file generation; - off-line ASN1 structure management with C code file generation containing an array; - DER (Distinguish Encoding Rules) encoding; - no limits for INTEGER and ENUMERATED values Package provided bu Juan RP via pkgsrc-wip with some modifications by me.
24 lines
707 B
Makefile
24 lines
707 B
Makefile
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/05/14 03:23:43 salo Exp $
|
|
#
|
|
# This Makefile fragment is included by packages that use libtasn1.
|
|
#
|
|
# This file was created automatically using createbuildlink 2.6.
|
|
#
|
|
|
|
.if !defined(LIBTASN1_BUILDLINK2_MK)
|
|
LIBTASN1_BUILDLINK2_MK= # defined
|
|
|
|
BUILDLINK_PACKAGES+= libtasn1
|
|
BUILDLINK_DEPENDS.libtasn1?= libtasn1>=0.1.2
|
|
BUILDLINK_PKGSRCDIR.libtasn1?= ../../security/libtasn1
|
|
|
|
EVAL_PREFIX+= BUILDLINK_PREFIX.libtasn1=libtasn1
|
|
BUILDLINK_PREFIX.libtasn1_DEFAULT= ${LOCALBASE}
|
|
BUILDLINK_FILES.libtasn1+= include/libtasn1.h
|
|
BUILDLINK_FILES.libtasn1+= lib/libtasn1.*
|
|
|
|
BUILDLINK_TARGETS+= libtasn1-buildlink
|
|
|
|
libtasn1-buildlink: _BUILDLINK_USE
|
|
|
|
.endif # LIBTASN1_BUILDLINK2_MK
|