2004-10-14 10:51:02 +02:00
|
|
|
# New ports collection makefile for: asn1c
|
|
|
|
# Date created: 10 Sep 2004
|
|
|
|
# Whom: Lev Walkin <vlm@lionet.info>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= asn1c
|
2006-09-19 09:27:52 +02:00
|
|
|
PORTVERSION= 0.9.21
|
2004-10-14 10:51:02 +02:00
|
|
|
CATEGORIES= lang converters security
|
2005-07-15 20:06:08 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2004-10-14 10:51:02 +02:00
|
|
|
http://lionet.info/soft/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= vlm@lionet.info
|
|
|
|
COMMENT= Modern ASN.1 to C compiler
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-10-27 07:26:28 +02:00
|
|
|
USE_PERL5= yes
|
2005-04-30 10:27:40 +02:00
|
|
|
SUB_FILES= pkg-message
|
2004-10-14 10:51:02 +02:00
|
|
|
|
2004-10-26 22:40:20 +02:00
|
|
|
MAN1= asn1c.1 enber.1 unber.1
|
2004-10-14 10:51:02 +02:00
|
|
|
|
|
|
|
post-install:
|
2005-04-30 10:27:40 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2004-10-14 10:51:02 +02:00
|
|
|
|
2005-04-30 10:27:40 +02:00
|
|
|
.include <bsd.port.mk>
|