1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/lang/swi-pl/Makefile

31 lines
709 B
Makefile
Raw Normal View History

# New ports collection makefile for: SWI-Prolog
1996-10-31 01:40:26 +00:00
# Version required: 2.7.15
# Date created: 10 August 1996
# Whom: Michael Butschky <butsch@computi.erols.com>
#
# $Id: Makefile,v 1.4 1996/11/02 20:24:09 max Exp $
#
1996-10-31 01:40:26 +00:00
DISTNAME= pl-2.7.15
PKGNAME= swi-pl-2.7.15
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
post-install:
.for f in pl pl-bite chpl
@strip ${PREFIX}/lib/${DISTNAME}/bin/i386-freebsd/$f
.endfor
.for f in pl.1 chpl.1 plld.1
${COMPRESS_MAN} ${PREFIX}/man/man1/$f
.endfor
.include <bsd.port.mk>