2006-03-09 22:02:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2006/03/09 21:02:08 jlamwww Exp $
|
Epplets are small, handy Enlightenment applets, similar to "dockapps"
or "applets" for other packages. The epplets package contains the
base epplet API library and header files, as well as the core set of
epplets, including CPU monitors, clocks, a mail checker, mixers, a
slideshow, a URL grabber, a panel-like toolbar, and more.
2004-08-31 15:24:09 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= epplets-0.7
|
|
|
|
CATEGORIES= wm x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
|
|
|
|
|
|
|
|
MAINTAINER= Peter.Bex@student.kun.nl
|
|
|
|
HOMEPAGE= http://www.enlightenment.org/
|
|
|
|
COMMENT= Epplets for Enlightenment
|
|
|
|
|
|
|
|
# We really don't (shouldn't?) care about version
|
|
|
|
#
|
|
|
|
# patch-ac (change ${PREFIX}/bin/dox to ${PREFIX}/bin/edox) should be changed
|
|
|
|
# to allow this, as enlightenment < 0.16.7 install ${PREFIX}/bin/dox, while
|
|
|
|
# enlightenment >= 0.16.7 installs ${PREFIX/bin/edox
|
|
|
|
#
|
|
|
|
#DEPENDS+= enlightenment:../../wm/enlightenment
|
|
|
|
#DEPENDS+= enlightenment>=0.16.4:../../wm/enlightenment
|
|
|
|
DEPENDS+= enlightenment>=0.16.7:../../wm/enlightenment
|
|
|
|
|
|
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib
|
|
|
|
CONFIGURE_ARGS+= --x-libraries=${X11BASE}/include
|
|
|
|
# If enlightenment < 0.16.4
|
|
|
|
#CONFIGURE_ARGS+= --disable-new-remember
|
|
|
|
|
|
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
|
|
|
.include "../../graphics/Mesa/buildlink3.mk"
|
2006-03-09 22:02:03 +01:00
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
2005-06-13 01:51:13 +02:00
|
|
|
.include "../../mk/x11.buildlink3.mk"
|
Epplets are small, handy Enlightenment applets, similar to "dockapps"
or "applets" for other packages. The epplets package contains the
base epplet API library and header files, as well as the core set of
epplets, including CPU monitors, clocks, a mail checker, mixers, a
slideshow, a URL grabber, a panel-like toolbar, and more.
2004-08-31 15:24:09 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|