diff options
author | danfe <danfe@FreeBSD.org> | 2009-08-23 06:35:05 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-08-23 06:35:05 +0800 |
commit | 08695ccd0151b5978220ba4fb1f10ce341848f31 (patch) | |
tree | a5757a6546cb8faf28ab2cc8f3d0fe47d4c2c77c /x11/xcurs | |
parent | d79b1b1f4c8856d1e2b26430b9b686523a744417 (diff) | |
download | freebsd-ports-gnome-08695ccd0151b5978220ba4fb1f10ce341848f31.tar.gz freebsd-ports-gnome-08695ccd0151b5978220ba4fb1f10ce341848f31.tar.zst freebsd-ports-gnome-08695ccd0151b5978220ba4fb1f10ce341848f31.zip |
- Reindent Makefile to fit in 80 columns, fix minor nits
- Pacify portlint(1)
- Remove dead master site, provide alternative location
- Drop maintainership
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/ |