pkgsrc-wip/beryl-manager/Makefile
Blair Sadewitz 871a32296f A start at packaging the Beryl compositor and associated packages.
I realize that beryl and compiz are merging, but I can only imagine
that they're going to modularize it like this.  I haven't used this
yet, but intend to soon.  Check the TODO files for things to work on
if you wish.  Please email me if you have any questions/comments or
want to develop this.
2007-04-25 07:07:57 +00:00

24 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.1 2007/04/25 07:07:57 bsadewitz Exp $
#
DISTNAME= beryl-manager-${BERYL_VERSION}
CATEGORIES= wm
COMMENT= Managing application of the Beryl compositing window manager
.include "../../wip/beryl/Makefile.inc"
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
USE_TOOLS+= perl
USE_TOOLS+= gettext-tools
USE_TOOLS+= intltool
USE_LIBTOOL+= yes
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"