# New ports collection makefile for: XCurs # Date created: 27 Dec 2004 # Whom: Alexey Dokuchaev # # $FreeBSD$ # PORTNAME= xcurs PORTVERSION= 0.5.1 PORTREVISION= 6 CATEGORIES= x11 python MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ #http://varg.dyndns.org/psi/files/xcurs/ 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 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 t'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
* Update WWWSunpoet Po-Chuan Hsieh2018-05-281-1/+1
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
* - Add LICENSE [1]Sunpoet Po-Chuan Hsieh2015-01-191-5/+7
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+1
* Cleanup plistBaptiste Daroussin2014-10-271-5/+0
* - Take Denis Pokataev's Perl ports maintainershipFrederic Culot2014-04-111-1/+1
* - add stage supportAndrej Zverev2014-01-292-3/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+3
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-111-1/+1
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
* -remove MD5Olli Hauer2011-07-031-1/+0