head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.05.58.55;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2011.11.15.04.25.52;	author rm;	state Exp;
branches;
next	1.9;

1.9
date	2010.06.13.08.40.02;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.05.11.40.18;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.24.34;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.07.31.13.53.16;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2007.07.30.09.41.34;	author alexbl;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.26.22.21.50;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.10.11.03.48;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.19.00.11.58;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2003.06.29.00.46.42;	author arved;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-prolog
# Date created:		28 Jun 2003
# Whom:			Gerhard Gonter <g.gonter@@ieee.org>
#
# $FreeBSD: head/lang/py-prolog/Makefile 300896 2012-07-14 13:54:48Z beat $

PORTNAME=	prolog
PORTVERSION=	0.1
PORTREVISION=	3
CATEGORIES=	lang python
MASTER_SITES=	SF/py${PORTNAME}/PyProlog/PyProlog-${PORTVERSION}
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	PyProlog-${PORTVERSION}

MAINTAINER=	g.gonter@@ieee.org
COMMENT=	A Python extension embedding SWI-Prolog

BUILD_DEPENDS=	swipl:${PORTSDIR}/lang/swi-pl
RUN_DEPENDS=	swipl:${PORTSDIR}/lang/swi-pl

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	PyProlog

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN=		Does not build on ia64 or amd64 (can't link shared libraries to static)
.endif

.include <bsd.port.post.mk>
@


1.10
log
@- fix build with lang/swi-pl 5.10
- remove bogus PORTREVSION
- add missing tab
- use PYTHON_SITELIBDIR in pkg-plist
- bump PORTREVISION

PR:             ports/159926
Submitted by:   rm (myself)
Approved by:    maintainer (timeout - 2+ months), miwi (co-mentor)
Feature safe:   yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@BROKEN should not be quoted.
No functional change.
@
text
@d9 1
a9 2
PORTREVISION=	2
PORTREVSION=	1
d18 2
a19 2
BUILD_DEPENDS=	pl:${PORTSDIR}/lang/swi-pl
RUN_DEPENDS=	pl:${PORTSDIR}/lang/swi-pl
d22 1
a22 1
USE_PYDISTUTILS=yes
@


1.8
log
@- update to jpeg-8
@
text
@d29 1
a29 1
BROKEN=		"Does not build on ia64 or amd64 (can't link shared libraries to static)"
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d9 1
a9 1
PORTREVISION=	1
@


1.6
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	pyprolog
@


1.5
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d9 1
@


1.4
log
@BROKEN on ia64 and amd64: Can't link shared libraries to static

Approved by:    portmgr (self)
@
text
@d24 1
@


1.3
log
@The upgrade of swi-pl requires an update for PyProlog as
well.  While PyProlog is not available yet in a new version,
this fix bridges that gap.

PR:		ports/75592
Submitted by:	maintainer
@
text
@d25 7
a31 1
.include <bsd.port.mk>
@


1.2
log
@Surely the fact that this port is not cross-listed into the virtual category
python is an oversight.
@
text
@d9 1
@


1.1
log
@Add py-prolog, A Python extension embedding SWI-Prolog

Submitted by:		g.gonter@@ieee.org
@
text
@d9 1
a9 1
CATEGORIES=	lang
@

