mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
571 B
Makefile
27 lines
571 B
Makefile
# New ports collection makefile for: re2c
|
|
# Date created: 14 May 1998
|
|
# Whom: Eivind Eklund <eivind@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= re2c
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://csg.uwaterloo.ca/pub/peter/ \
|
|
ftp://ftp.uni-trier.de/pub/unix/compiler-toolkit/re2c/ \
|
|
ftp://ftp.tut.ac.jp/.h3/UNIX/lib/
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
|
|
MAINTAINER= eivind@FreeBSD.org
|
|
|
|
MAN1= re2c.1
|
|
|
|
ALL_TARGET= default
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/re2c ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/re2c.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|