summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtkscintilla/Makefile
blob: 77b42eecc222d1bff6aec72d92cd32d9e9d9f91d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:	py-gtkscintilla
# Date created:				14 December 2000
# Whom:                 		Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	py-gtkscintilla
PORTVERSION=	0.3
CATEGORIES=	x11-toolkits python
MASTER_SITES=	http://www.moleskine.f2s.com/files/
DISTNAME=	PyGtkScintilla-${PORTVERSION}

MAINTAINER=	sobomax@FreeBSD.org

LIB_DEPENDS=	gtkscintilla.0:${PORTSDIR}/x11-toolkits/gtkscintilla

USE_PYTHON=	yes
USE_GTK=	yes
MAKE_ENV=	PYTHON_INCLUDEDIR="${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>