Files
bsdports/devel/re2c/Makefile
2019-12-26 07:26:06 +00:00

18 lines
295 B
Makefile

#
# $Id$
#
PORTNAME= re2c
PORTVERSION= 0.14.3
CATEGORIES= devel
#MASTER_SITES= SF
MAINTAINER= chalpin@cs.wisc.edu
COMMENT= Compile regular expression to C (much faster final code than flex)
GNU_CONFIGURE= yes
USES+= gmake
PLIST_FILES= bin/re2c man/man1/re2c.1.gz
.include <bsd.port.mk>
#EOF