freebsd-ports/lang/gprolog/Makefile
Ying-Chieh Liao ab23c9993d add gprolog
A free Prolog compiler developed by Daniel Diaz

PR:		28651
Submitted by:	Douglas Anestad <yotta@dougdidit.com>
2001-07-08 07:57:56 +00:00

24 lines
473 B
Makefile

# New ports collection makefile for: gprolog
# Date created: 30 June 2001
# Whom: Douglas Anestad <yotta@dougdidit.com>
#
# $FreeBSD$
#
PORTNAME= gprolog
PORTVERSION= 1.2.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= yotta@dougdidit.com
.include <bsd.port.pre.mk>
CONFIGURE_ARGS= --disable-linedit
USE_AUTOCONF= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_GMAKE= yes
.include <bsd.port.post.mk>