2001-07-08 09:57:56 +02:00
|
|
|
# New ports collection makefile for: gprolog
|
|
|
|
# Date created: 30 June 2001
|
|
|
|
# Whom: Douglas Anestad <yotta@dougdidit.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gprolog
|
2002-11-23 01:43:33 +01:00
|
|
|
PORTVERSION= 1.2.16
|
2001-07-08 09:57:56 +02:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= yotta@dougdidit.com
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-linedit
|
2002-11-23 01:43:33 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
AUTOCONF= autoconf
|
|
|
|
USE_AUTOCONF_VER= 253
|
|
|
|
AUTOCONF_DIR= ${LOCALBASE}/share/autoconf
|
2001-07-08 09:57:56 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|