summaryrefslogtreecommitdiff
path: root/x11/xcurs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xcurs/Makefile')
-rw-r--r--x11/xcurs/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/x11/xcurs/Makefile b/x11/xcurs/Makefile
new file mode 100644
index 000000000000..c653de00412b
--- /dev/null
+++ b/x11/xcurs/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: XCurs
+# Date created: 27 Dec 2004
+# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xcurs
+PORTVERSION= 0.5.1
+CATEGORIES= x11 python
+MASTER_SITES= http://varg.dyndns.org/psi/files/xcurs/ \
+ http://freebsd.nsu.ru/distfiles/
+
+MAINTAINER= danfe@FreeBSD.org
+COMMENT= An editor for new XFree86/XOrg style full-color cursors properties
+
+USE_GNOME= pygtk2
+USE_REINPLACE= yes
+USE_PYTHON= yes
+NO_BUILD= yes
+
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
+
+post-patch:
+ @${REINPLACE_CMD} -e 's,#!/usr/bin/python,#!/usr/bin/env python,g' \
+ ${WRKSRC}/parsexcursor.py ${WRKSRC}/xcurs.py
+ @${REINPLACE_CMD} -e 's,gtk\.mainquit,gtk\.main_quit,' ${WRKSRC}/xcurs.py \
+ ${WRKSRC}/gladew.py ${WRKSRC}/filesel.py
+ @${REINPLACE_CMD} -e 's,gtk\.mainloop,gtk\.main,' ${WRKSRC}/filesel.py
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/xcurs.py ${PREFIX}/bin/${PORTNAME}
+ @${MKDIR} ${PREFIX}/lib/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/filesel.py ${WRKSRC}/gladew.py \
+ ${WRKSRC}/parsexcursor.py ${WRKSRC}/xcursorlist.py \
+ ${PREFIX}/lib/${PORTNAME}
+ @${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/xcurs.glade ${DATADIR}
+
+.include <bsd.port.mk>