diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-01-12 14:20:58 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-01-12 14:20:58 +0000 |
commit | 614fc79539a5faebcfef6d2ab30cad6ab0b6c010 (patch) | |
tree | 41d24160b0158ed1e88d49cd7e891d20fed715d9 /x11/rox-wallpaper/Makefile | |
parent | 2951a9a5c315065ce61f081875f8a1ebfc35544d (diff) | |
download | FreeBSD-ports-614fc79539a5faebcfef6d2ab30cad6ab0b6c010.zip FreeBSD-ports-614fc79539a5faebcfef6d2ab30cad6ab0b6c010.tar.gz |
Add wallpaper management tool for the ROX desktop.
Diffstat (limited to 'x11/rox-wallpaper/Makefile')
-rw-r--r-- | x11/rox-wallpaper/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/rox-wallpaper/Makefile b/x11/rox-wallpaper/Makefile new file mode 100644 index 0000000..e8283c7 --- /dev/null +++ b/x11/rox-wallpaper/Makefile @@ -0,0 +1,32 @@ +# Ports collection Makefile for: rox-wallpaper +# Date created: Jan 13 2003 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= rox-wallpaper +PORTVERSION= 1.9.1 +CATEGORIES= x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= rox +DISTNAME= wallpaper-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= olgeni@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ + ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib + +USE_PYTHON= yes + +do-build: + @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} + +do-install: + @${MKDIR} ${PREFIX}/apps + @${CP} -r ${WRKSRC}/Wallpaper ${PREFIX}/apps/ + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/Wallpaper + +.include <bsd.port.mk> |