mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
19 lines
382 B
Makefile
19 lines
382 B
Makefile
# Created by: Dima Sivachenko <dima@chg.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gaa
|
|
PORTVERSION= 1.6.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= GPL Argument Analyser
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= bison
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s/getline/get_line/g" ${WRKSRC}/source/gaa_parser.y
|
|
|
|
.include <bsd.port.mk>
|