1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/swi-pl/Makefile

33 lines
722 B
Makefile
Raw Normal View History

# New ports collection makefile for: SWI-Prolog
1999-08-05 09:56:34 +00:00
# Version required: 3.2.9
# Date created: 10 August 1996
# Whom: Michael Butschky <butsch@computi.erols.com>
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
#
1999-08-05 09:56:34 +00:00
DISTNAME= pl-3.2.9
PKGNAME= swi-pl-3.2.9
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
1999-07-08 11:11:14 +00:00
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --host=${ARCH}-freebsd
STRIP=
MAKE_FLAGS+= CIFLAGS=-DRTLD_LAZY -f
MAN1= pl.1 plrc.1 plld.1
PLIST_SUB= DISTNAME=${DISTNAME}
post-install:
.for f in pl pl-bite plld plrc
@strip ${PREFIX}/lib/${DISTNAME}/bin/${PERL_ARCH}/$f
.endfor
.include <bsd.port.mk>