mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
31 lines
612 B
Makefile
31 lines
612 B
Makefile
# New ports collection makefile for: wamcc
|
|
# Date created: 14 September 1999
|
|
# Whom: Jerry Hicks <wghicks@bellsouth.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wamcc
|
|
PORTVERSION= 2.23
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/contraintes/wamcc/
|
|
DISTFILES= wamcc2.23.tar.gz prg.tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Prolog-to-C translator from Inria
|
|
|
|
DIST_SUBDIR= wamcc
|
|
NO_WRKSUBDIR= yes
|
|
|
|
USE_GCC= 2.95 # compiled .pl files dump core w/ gcc 3.x
|
|
|
|
PLIST_SUB= CC=${CC}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 700000
|
|
BROKEN= does not compile on 7.X
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|