blob: 13fb3181538b1aa0c44de407c39ef1c158a3e3ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: gprolog
# Date created: 30 June 2001
# Whom: Douglas Anestad <yotta@dougdidit.com>
#
# $FreeBSD$
#
PORTNAME= gprolog
PORTVERSION= 1.2.16
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= yotta@dougdidit.com
.include <bsd.port.pre.mk>
CONFIGURE_ARGS= --disable-linedit
GNU_CONFIGURE= yes
AUTOCONF= autoconf
USE_AUTOCONF_VER= 253
AUTOCONF_DIR= ${LOCALBASE}/share/autoconf
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_GMAKE= yes
.include <bsd.port.post.mk>
|