freebsd-ports/devel/re2c/Makefile
Pav Lucistnik 8f3ab30509 - Update to 0.9.12
- Take maintainership

PR:		ports/91117
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-12-31 23:06:05 +00:00

30 lines
690 B
Makefile

# New ports collection makefile for: re2c
# Date created: 14 May 1998
# Whom: Eivind Eklund <eivind@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= re2c
PORTVERSION= 0.9.12
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= laszlof@vonostingroup.com
COMMENT= Compile regular expression to C (much faster final code than flex)
GNU_CONFIGURE= yes
USE_GCC= 3.4+
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= re2c.1
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>