freebsd-ports/lang/asn1c/Makefile
Jean-Yves Lefort 79282ab68e - Update to 0.9.14 [1]
- Fix the packing list when NOPORTDOCS is defined
- Use SUB_FILES=pkg-message

PR:		ports/80467 [1]
Submitted by:	maintainer
2005-04-30 08:27:40 +00:00

28 lines
589 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.14
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>