aboutsummaryrefslogtreecommitdiff
path: root/devel/gaa/Makefile
blob: 313cf26df1a79a13cca302fb45e5de197ca91067 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	gaa
PORTVERSION=	1.6.6
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	demon@FreeBSD.org
COMMENT=	GPL Argument Analyser
WWW=		https://gaa.sourceforge.net/

GNU_CONFIGURE=	yes
USES=		bison

post-patch:
	${REINPLACE_CMD} -e "s/getline/get_line/g" ${WRKSRC}/source/gaa_parser.y

.include <bsd.port.mk>