6d2e8f9aeb
Approved by: bapt
21 lines
445 B
Makefile
21 lines
445 B
Makefile
# Created by: Muhammad Moinur Rahman<5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
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>
|