2008-05-24 17:34:08 +02:00
|
|
|
# $NetBSD: Makefile,v 1.3 2008/05/24 15:34:08 tnn2 Exp $
|
2007-04-25 09:07:57 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= beryl-core-0.2.1
|
2007-09-21 15:06:49 +02:00
|
|
|
PKGREVISION= 1
|
|
|
|
CATEGORIES= wm
|
|
|
|
MASTER_SITES= http://releases.beryl-project.org/0.2.1/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2007-04-25 09:07:57 +02:00
|
|
|
|
2007-09-21 15:06:49 +02:00
|
|
|
COMMENT= Core component of the Beryl compositing window manager
|
|
|
|
|
|
|
|
.include "../../wip/beryl/Makefile.inc"
|
|
|
|
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2007-04-25 09:07:57 +02:00
|
|
|
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
|
2008-05-24 17:34:08 +02:00
|
|
|
USE_TOOLS+= perl
|
|
|
|
USE_TOOLS+= gettext-tools
|
|
|
|
USE_TOOLS+= intltool
|
2007-09-21 15:06:49 +02:00
|
|
|
USE_LIBTOOL+= yes
|
2007-04-25 09:07:57 +02:00
|
|
|
|
|
|
|
|
2008-05-24 17:34:08 +02:00
|
|
|
PKGCONFIG_OVERRIDE+= beryl.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= berylsettings.pc.in
|
|
|
|
PKGCONFIG_OVERRIDE+= libberyldecoration/libberyldecoration.pc.in
|
2007-04-25 09:07:57 +02:00
|
|
|
|
2007-09-21 15:06:49 +02:00
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.beryl
|
|
|
|
PKG_SUPPORTED_OPTIONS= gnome
|
2007-04-25 09:07:57 +02:00
|
|
|
|
2007-09-21 15:06:49 +02:00
|
|
|
.include "../../mk/bsd.options.mk"
|
2007-04-25 09:07:57 +02:00
|
|
|
|
2007-09-21 15:06:49 +02:00
|
|
|
.if !empty(PKG_OPTIONS:Mgnome)
|
|
|
|
PLIST_SUBST+= GNOME=""
|
2007-04-25 09:07:57 +02:00
|
|
|
|
2007-09-21 15:06:49 +02:00
|
|
|
.include "../../devel/GConf/buildlink3.mk"
|
|
|
|
.else
|
|
|
|
PLIST_SUBST+= GNOME="@comment "
|
|
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.endif
|
2007-04-25 09:07:57 +02:00
|
|
|
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
2007-09-21 15:06:49 +02:00
|
|
|
.include "../../x11/glproto/buildlink3.mk"
|
2007-04-25 09:07:57 +02:00
|
|
|
.include "../../x11/libXcomposite/buildlink3.mk"
|
|
|
|
.include "../../x11/libXfixes/buildlink3.mk"
|
|
|
|
.include "../../x11/libXdamage/buildlink3.mk"
|
|
|
|
.include "../../x11/libXrandr/buildlink3.mk"
|
|
|
|
.include "../../x11/libXinerama/buildlink3.mk"
|
|
|
|
.include "../../x11/libICE/buildlink3.mk"
|
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../x11/startup-notification/buildlink3.mk"
|
|
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
2007-06-25 10:22:46 +02:00
|
|
|
.include "../../graphics/glu/buildlink3.mk"
|
2007-09-21 15:06:49 +02:00
|
|
|
|
2007-04-25 09:07:57 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|