On 31/12/10(Fri) 18:50, Martin Pieuchot wrote:
> Hi,
>
> Two very popular cursor themes:
>
> Cursor themes derived from the Industrial theme developed for the Ximian
> GNOME desktop. Black and White flavors.
>
> I borrowed the explanation of "how to use" the new cursors from the
> xcursor-themes port.
>
> Comments? OK?
Any interest in committing this [0] simple port?
Regards,
Martin
[0] http://marc.info/?l=openbsd-ports&m=129380199222277&q=p3
# $OpenBSD$
COMMENT = style neutral scalable cursor themes
VERSION = 0.4
DISTNAME = vanilla-dmz-${VERSION}
PKGNAME = dmz-cursor-themes-${VERSION}
REVISION =
CATEGORIES = x11
HOMEPAGE = http://jimmac.musichall.cz/themes.php?skin=7
MAINTAINER = Martin Pieuchot <[email protected]>
# CC by-sa 3.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES= http://jimmac.musichall.cz/zip/
DISTFILES = ${DISTNAME}.tar.bz2 \
vanilla-dmz-aa-${VERSION}.tar.bz2
PKG_ARCH= *
NO_BUILD= Yes
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}
DMZDIR= ${PREFIX}/lib/X11/icons/dmz/cursors
DMZAADIR= ${PREFIX}/lib/X11/icons/dmz-aa/cursors
do-install:
${INSTALL_DATA_DIR} ${DMZDIR}
${INSTALL_DATA} ${WRKSRC}/Vanilla-DMZ/cursors/* ${DMZDIR}
${INSTALL_DATA_DIR} ${DMZAADIR}
${INSTALL_DATA} ${WRKSRC}/Vanilla-DMZ-AA/cursors/* ${DMZAADIR}
.include <bsd.port.mk>