24 lines
629 B
Makefile
24 lines
629 B
Makefile
# $NetBSD: Makefile,v 1.1 2007/05/27 06:52:52 bsadewitz Exp $
|
|
#
|
|
|
|
DISTNAME= emerald-0.2.1
|
|
COMMENT= Emerald decorator for the Beryl Compositor
|
|
|
|
.include "../../wip/beryl/Makefile.inc"
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config intltool gettext-tools
|
|
|
|
PKGCONFIG_OVERRIDE+= libengine/emeraldengine.pc.in
|
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../databases/shared-mime-info/mimedb.mk"
|
|
|
|
.include "../../wip/beryl-core/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../devel/libwnck/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|