freebsd-ports/lang/swi-pl/Makefile

31 lines
734 B
Makefile
Raw Normal View History

# New ports collection makefile for: SWI-Prolog
1997-05-17 14:24:34 +02:00
# Version required: 2.8.6
# Date created: 10 August 1996
# Whom: Michael Butschky <butsch@computi.erols.com>
#
# $Id: Makefile,v 1.13 1999/03/08 07:28:31 asami Exp $
#
1997-05-17 14:24:34 +02:00
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
Y2K= http://www.hio.hen.nl/faq/SWI-Prolog.html#7.__warranty
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
CONFIGURE_TARGET= ${MACHINE_ARCH}-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>