summaryrefslogtreecommitdiff
path: root/x11/gnome-applets/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2000-06-02 13:08:29 +0000
committerdrochner <drochner@pkgsrc.org>2000-06-02 13:08:29 +0000
commit3d1baf161a3145382b510915e64b39d5874f482b (patch)
treef1d4f259e499e239d077956d1a250b8377d5e229 /x11/gnome-applets/Makefile
parentef7ffe1fec7d2004609ca16d3621685354d2b91b (diff)
downloadpkgsrc-3d1baf161a3145382b510915e64b39d5874f482b.tar.gz
import GNOME applets which are distributed separately now
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r--x11/gnome-applets/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
new file mode 100644
index 00000000000..f0ac5b543c8
--- /dev/null
+++ b/x11/gnome-applets/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/02 13:08:29 drochner Exp $
+#
+
+DISTNAME= gnome-applets-1.2.0
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-applets/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnome.org/
+
+DEPENDS+= gnome-core-*:../../x11/gnome-core
+
+USE_X11BASE= yes
+GNU_CONFIGURE= YES
+USE_GMAKE= yes
+
+.include "../../mk/bsd.prefs.mk"
+
+.if (${OPSYS} == "NetBSD")
+.if (${MACHINE_ARCH} == arm32) || (${MACHINE_ARCH} == i386) || \
+ (${MACHINE_ARCH} == m68k)
+DEPENDS+= libgtop-*:../../devel/libgtop
+.endif
+
+.if exists(/usr/include/machine/apmvar.h)
+CPPFLAGS+= -D__NetBSD_APM__
+.endif
+.endif
+
+.include "../../mk/bsd.pkg.mk"