blob: 91a1a942ff1aba61eb4aeb18a9de5e4f74a72f79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|