pkgsrc/x11/rox-wallpaper/Makefile
wiz 3faf991a33 Bump applications PKGREVISIONs for python users that might be using
python3, since the default changed from python33 to python34.

I probably bumped too many. I hope I got them all.
2014-05-17 16:10:41 +00:00

41 lines
946 B
Makefile

# $NetBSD: Makefile,v 1.10 2014/05/17 16:10:50 wiz Exp $
#
DISTNAME= wallpaper-2.0
PKGNAME= rox-${DISTNAME}
PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
EXTRACT_SUFX= .tgz
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://rox.sourceforge.net/desktop/node/54
COMMENT= For setting the backdrop
DEPENDS+= rox-lib>=2.0.2nb2:../../devel/rox-lib
WRKSRC= ${WRKDIR}/${DISTNAME}/Wallpaper
DIST_SUBDIR= rox
NO_BUILD= yes
REPLACE_PYTHON= AppRun
INSTALLATION_DIRS= share/rox/Wallpaper
SUBST_CLASSES+= lib
SUBST_MESSAGE.lib= Fixing hardcoded paths for ROX-Lib.
SUBST_STAGE.lib= post-patch
SUBST_FILES.lib= findrox.py
SUBST_SED.lib= -e 's,/usr/local/lib,${PREFIX}/share/rox,g'
USE_TOOLS+= pax
post-patch:
${FIND} ${WRKSRC} -name 'CVS' -print | ${XARGS} ${RM} -rf
do-install:
cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/share/rox/Wallpaper
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"