mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
23 lines
454 B
Makefile
23 lines
454 B
Makefile
# New ports collection makefile for: wamcc
|
|
# Date created: 14 September 1999
|
|
# Whom: Jerry Hicks <wghicks@bellsouth.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wamcc
|
|
PORTVERSION= 2.22
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/loco/wamcc/
|
|
DISTFILES= wamcc2.22.tar.Z prg.tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.Org
|
|
COMMENT= Prolog-to-C translator from Inria
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
DIST_SUBDIR= wamcc
|
|
NO_WRKSUBDIR= yes
|
|
|
|
.include <bsd.port.mk>
|