1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/lang/asn1c/Makefile
Alex Dupre bc4984a864 Update to 0.9.20 release.
Approved by:	maintainer
2006-05-25 06:12:22 +00:00

29 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.20
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>