1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/libantlr3c/Makefile
2021-04-06 16:31:07 +02:00

21 lines
433 B
Makefile

# Created by: Muhammad Moinur Rahman<5u623l20@gmail.com>
PORTNAME= libantlr3c
PORTVERSION= 3.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.antlr3.org/download/C/
MAINTAINER= bofh@FreeBSD.org
COMMENT= ANother Tool for Language Recognition (C runtime)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>