mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
daaa784adc
- Convert Makefile header PR: ports/178280 Submitted by: myself Approved by: maintainer timeout (vlm@lionet.info, 17 days)
26 lines
487 B
Makefile
26 lines
487 B
Makefile
# Created by: Lev Walkin <vlm@lionet.info>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= asn1c
|
|
PORTVERSION= 0.9.24
|
|
CATEGORIES= lang converters security
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
|
|
http://lionet.info/soft/
|
|
|
|
MAINTAINER= vlm@lionet.info
|
|
COMMENT= Modern ASN.1 to C compiler
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PERL5= yes
|
|
SUB_FILES= pkg-message
|
|
.if defined(.PARSEDIR)
|
|
USE_GMAKE= yes
|
|
.endif
|
|
|
|
MAN1= asn1c.1 enber.1 unber.1
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|