aboutsummaryrefslogtreecommitdiffstats
path: root/lang/swi-pl/Makefile
blob: 65031688d6865ee220eaad61ca9911bbf7a5274d (plain) (blame)
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
28
# New ports collection makefile for: SWI-Prolog
# Version required:     2.8.6
# Date created:         10 August 1996
# Whom:             Michael Butschky <butsch@computi.erols.com>
#
# $Id: Makefile,v 1.11 1997/04/04 16:26:01 max Exp $              
#

DISTNAME=   pl-2.8.6
PKGNAME=    swi-pl-2.8.6
CATEGORIES=     lang
MASTER_SITES=   ftp://swi.psy.uva.nl/pub/SWI-Prolog/

MAINTAINER= max@FreeBSD.ORG

WRKSRC=     ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= i386-freebsd
STRIP=
MAKE_FLAGS+=    CIFLAGS=-DRTLD_LAZY -f
MAN1=       pl.1 chpl.1 plld.1

post-install:
.for f in pl pl-bite chpl
    @strip ${PREFIX}/lib/${DISTNAME}/bin/i386-freebsd/$f
.endfor

.include <bsd.port.mk>