mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
bd66448a56
- 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
32 lines
774 B
Makefile
32 lines
774 B
Makefile
# New ports collection makefile for: py-prolog
|
|
# Date created: 28 Jun 2003
|
|
# Whom: Gerhard Gonter <g.gonter@ieee.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
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>
|