1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11-toolkits/py-gtkscintilla/Makefile

42 lines
1.2 KiB
Makefile

# New ports collection makefile for: py-gtkscintilla
# Date created: 14 December 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/x11-toolkits/py-gtkscintilla/Makefile,v 1.1 2006/10/07 15:53:59 ahze Exp $
PORTNAME= gtkscintilla
PORTVERSION= 0.8.2
PORTREVISION= 6
CATEGORIES= x11-toolkits python
MASTER_SITES= SF/moleskine/PyGtkScintilla/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyGtkScintilla-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Python bindings for gtkscintilla library
LIB_DEPENDS= gtkscintilla.0:${PORTSDIR}/x11-toolkits/gtkscintilla
BROKEN= depends on x11-toolkits/scintilla which no longer supports gtk12
DEPRECATED= no longer under development, last release in 2002
EXPIRATION_DATE= 2009-10-13
USE_PYTHON= yes
USE_GNOME= gtk12
MAKE_ENV= PYTHON_INCLUDE="${PYTHON_INCLUDEDIR}"
INST_DIR= ${PREFIX}/lib/${PYTHON_VERSION}/site-packages
post-build:
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${WRKSRC}
do-install:
${MKDIR} ${INST_DIR}
${INSTALL_PROGRAM} ${WRKSRC}/_gtkscintillamodule.so ${INST_DIR}
.for file in gtkscintilla.py GTKSCINTILLA.py
${INSTALL_DATA} ${WRKSRC}/${file} ${WRKSRC}/${file}c ${INST_DIR}
.endfor
.include <bsd.port.mk>