diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-08-22 22:35:05 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-08-22 22:35:05 +0000 |
commit | 475de9a4fc131ec9ef2c5833ab7f4de804a3938e (patch) | |
tree | dcd8e1c17946901105e87f39ae3c96cb5d80f35e /x11/xcurs | |
parent | 872629342e831f4e711176c6a4c1f075a9830ef5 (diff) | |
download | ports-475de9a4fc131ec9ef2c5833ab7f4de804a3938e.tar.gz ports-475de9a4fc131ec9ef2c5833ab7f4de804a3938e.zip |
Notes
Diffstat (limited to 'x11/xcurs')
-rw-r--r-- | x11/xcurs/Makefile | 16 | ||||
-rw-r--r-- | x11/xcurs/pkg-descr | 2 |
2 files changed, 8 insertions, 10 deletions
diff --git a/x11/xcurs/Makefile b/x11/xcurs/Makefile index 762dc9430758..7d5538ab97c3 100644 --- a/x11/xcurs/Makefile +++ b/x11/xcurs/Makefile @@ -9,23 +9,23 @@ PORTNAME= xcurs PORTVERSION= 0.5.1 PORTREVISION= 4 CATEGORIES= x11 python -MASTER_SITES= http://varg.dyndns.org/psi/files/xcurs/ \ - http://freebsd.nsu.ru/distfiles/ +MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ + #http://varg.dyndns.org/psi/files/xcurs/ -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An editor for new XFree86/X.Org style full-color cursors properties +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging + USE_GNOME= pygtk2 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\.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: @@ -33,7 +33,7 @@ do-install: @${MKDIR} ${PREFIX}/lib/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/filesel.py ${WRKSRC}/gladew.py \ ${WRKSRC}/parsexcursor.py ${WRKSRC}/xcursorlist.py \ - ${PREFIX}/lib/${PORTNAME} + ${PREFIX}/lib/${PORTNAME} @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/xcurs.glade ${DATADIR} diff --git a/x11/xcurs/pkg-descr b/x11/xcurs/pkg-descr index f8161b330686..61cd319ed7e9 100644 --- a/x11/xcurs/pkg-descr +++ b/x11/xcurs/pkg-descr @@ -1,5 +1,3 @@ XCurs is a program for editing XCursor formatted XFree86/X.Org mouse cursors. This type of format became available as a result of Keith Packard's work on XFree86 v4.3. - -WWW: http://varg.dyndns.org/psi/pub/code/xcurs/ |