freebsd-ports/lang/swi-pl/Makefile
Masafumi Max NAKANE 9e683a223b Upgrade to 5.0.10.
This port requires further work, as this just installs the pl-lite at the
moment.  Other packages, such as XPCE are not installed for now.
2002-11-25 00:09:04 +00:00

28 lines
633 B
Makefile

# New ports collection makefile for: SWI-Prolog
# Date created: 10 August 1996
# Whom: Michael Butschky <butsch@computi.erols.com>
#
# $FreeBSD$
#
PORTNAME= swi-pl
PORTVERSION= 5.0.10
CATEGORIES= lang
MASTER_SITES= ftp://ftp.swi.psy.uva.nl/pub/SWI-Prolog/
DISTNAME= pl-${PORTVERSION}
MAINTAINER= max@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --host=${MACHINE_ARCH}-${OPSYS:L}
STRIP=
MAN1= pl.1 plrc.1 plld.1
PLIST_SUB= DISTNAME=${DISTNAME} ARCH=${ARCH} OS=${OPSYS:L}
post-install:
.for f in pl plld plrc
@${STRIP_CMD} ${PREFIX}/lib/${DISTNAME}/bin/${ARCH}-${OPSYS:L}/$f
.endfor
.include <bsd.port.mk>