freebsd-ports/lang/asn1c/Makefile
Cheng-Lung Sung 6bb431616b - Update to 0.9.21
- original description:
  The ASN.1 compiler port lang/asn1c needs to be updated. A new
  version of compiler is available. Changes include RRC
  and H.248.1/MEGACO encoding support (PER).

PR:		ports/103396
Submitted by:	maintainer (Lev Walkin)
2006-09-19 07:27:52 +00:00

28 lines
588 B
Makefile

# New ports collection makefile for: asn1c
# Date created: 10 Sep 2004
# Whom: Lev Walkin <vlm@lionet.info>
#
# $FreeBSD$
#
PORTNAME= asn1c
PORTVERSION= 0.9.21
CATEGORIES= lang converters security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://lionet.info/soft/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= vlm@lionet.info
COMMENT= Modern ASN.1 to C compiler
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_PERL5= yes
SUB_FILES= pkg-message
MAN1= asn1c.1 enber.1 unber.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>