24 lines
473 B
Makefile
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>
|