2003-01-07 14:44:33 +01:00
|
|
|
# New ports collection makefile for: libtasn1
|
|
|
|
# Date created: 15 Nov 2002
|
|
|
|
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libtasn1
|
2010-12-31 14:07:24 +01:00
|
|
|
PORTVERSION= 2.9
|
2003-01-07 14:44:33 +01:00
|
|
|
CATEGORIES= security
|
2010-02-09 19:55:53 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= libtasn1
|
2003-01-07 14:44:33 +01:00
|
|
|
|
2005-08-30 16:28:29 +02:00
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= ASN.1 structure parser library
|
2003-01-07 14:44:33 +01:00
|
|
|
|
2007-01-02 14:15:47 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-11-28 14:18:36 +01:00
|
|
|
USE_GNOME= pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-01-07 14:44:33 +01:00
|
|
|
|
2005-02-07 13:26:09 +01:00
|
|
|
DOCS= AUTHORS NEWS README THANKS doc/TODO \
|
|
|
|
doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
|
|
|
|
INFO= libtasn1
|
2006-05-12 04:59:47 +02:00
|
|
|
MAN1= asn1Parser.1 \
|
|
|
|
asn1Coding.1 \
|
|
|
|
asn1Decoding.1
|
2005-02-07 13:26:09 +01:00
|
|
|
MAN3= \
|
|
|
|
asn1_array2tree.3 \
|
2006-05-05 18:01:41 +02:00
|
|
|
asn1_bit_der.3 \
|
2005-02-07 13:26:09 +01:00
|
|
|
asn1_check_version.3 \
|
2006-05-05 18:01:41 +02:00
|
|
|
asn1_copy_node.3 \
|
2005-02-07 13:26:09 +01:00
|
|
|
asn1_create_element.3 \
|
|
|
|
asn1_delete_element.3 \
|
|
|
|
asn1_delete_structure.3 \
|
|
|
|
asn1_der_coding.3 \
|
|
|
|
asn1_der_decoding.3 \
|
|
|
|
asn1_der_decoding_element.3 \
|
|
|
|
asn1_der_decoding_startEnd.3 \
|
|
|
|
asn1_expand_any_defined_by.3 \
|
|
|
|
asn1_expand_octet_string.3 \
|
2006-05-05 18:01:41 +02:00
|
|
|
asn1_find_node.3 \
|
2005-02-07 13:26:09 +01:00
|
|
|
asn1_find_structure_from_oid.3 \
|
2006-05-05 18:01:41 +02:00
|
|
|
asn1_get_bit_der.3 \
|
2009-01-18 18:02:03 +01:00
|
|
|
asn1_get_length_ber.3 \
|
2006-05-05 18:01:41 +02:00
|
|
|
asn1_get_length_der.3 \
|
|
|
|
asn1_get_octet_der.3 \
|
|
|
|
asn1_get_tag_der.3 \
|
|
|
|
asn1_length_der.3 \
|
2005-02-07 13:26:09 +01:00
|
|
|
asn1_number_of_elements.3 \
|
2006-05-05 18:01:41 +02:00
|
|
|
asn1_octet_der.3 \
|
2005-02-07 13:26:09 +01:00
|
|
|
asn1_parser2array.3 \
|
|
|
|
asn1_parser2tree.3 \
|
2009-01-18 18:02:03 +01:00
|
|
|
asn1_perror.3 \
|
2005-02-07 13:26:09 +01:00
|
|
|
asn1_print_structure.3 \
|
|
|
|
asn1_read_tag.3 \
|
|
|
|
asn1_read_value.3 \
|
2009-01-18 18:02:03 +01:00
|
|
|
asn1_strerror.3 \
|
2005-02-07 13:26:09 +01:00
|
|
|
asn1_write_value.3 \
|
|
|
|
libtasn1_perror.3 \
|
|
|
|
libtasn1_strerror.3
|
2003-01-07 14:44:33 +01:00
|
|
|
|
2005-11-28 14:18:36 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \
|
|
|
|
${WRKSRC}/lib/Makefile.in
|
|
|
|
|
2003-01-07 14:44:33 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-02-27 21:09:41 +01:00
|
|
|
post-install:
|
2003-01-07 14:44:33 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-09-24 11:12:47 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
2003-01-07 14:44:33 +01:00
|
|
|
.endif
|
|
|
|
|
2003-04-18 07:38:50 +02:00
|
|
|
.include <bsd.port.mk>
|