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.
15 lines
334 B
Makefile
15 lines
334 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2007/04/25 07:07:57 bsadewitz Exp $
|
|
#
|
|
|
|
CATEGORIES?= wm
|
|
MASTER_SITES= http://releases.beryl-project.org/${BERYL_VERSION}/
|
|
EXTRACT_SUFX?= .tar.bz2
|
|
|
|
MAINTAINER?= blair.sadewitz@gmail.com
|
|
HOMEPAGE?= http://releases.beryl-project.org/
|
|
|
|
BERYL_VERSION= 0.2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_TOOLS+= pkg-config gmake
|