sthen 9356d2ac79 remove some extraneous DISTNAME setting from GH_TAGNAME ports,
move GH_* up in a few cases where it's halfway through the Makefile
2020-02-14 11:11:32 +00:00

23 lines
413 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/02/14 11:11:32 sthen Exp $
COMMENT = PEG-based parser generator
CATEGORIES = devel
GH_ACCOUNT = fasterthanlime
GH_PROJECT = greg
GH_TAGNAME = v0.4.5
MAINTAINER = Sean Levy <attila@stalphonsos.com>
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += c
MAKE_FLAGS = OFLAGS="${CFLAGS} -DNDEBUG -DYY_MAIN"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/greg ${PREFIX}/bin/
.include <bsd.port.mk>