freebsd-ports/devel/re2c/Makefile

31 lines
690 B
Makefile
Raw Normal View History

# New ports collection makefile for: re2c
# Date created: 14 May 1998
# Whom: Eivind Eklund <eivind@FreeBSD.org>
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 07:44:42 +02:00
PORTNAME= re2c
PORTVERSION= 0.9.12
CATEGORIES= devel
2004-06-01 11:41:36 +02:00
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)
2004-06-01 11:41:36 +02:00
GNU_CONFIGURE= yes
USE_GCC= 3.4+
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= re2c.1
2004-06-01 11:41:36 +02:00
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
2004-06-01 11:41:36 +02:00
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
2004-06-01 11:41:36 +02:00
.endif
.include <bsd.port.mk>