summaryrefslogtreecommitdiff
path: root/misc/ooqstart/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-03-09 08:18:25 +0000
committerrh <rh@pkgsrc.org>2002-03-09 08:18:25 +0000
commit701a1dc73687465a395b382e6820174dde58b6fc (patch)
treec10ce01fd530d8f5f6c6164203878d0c42f60661 /misc/ooqstart/Makefile
parent628de535e8d84501a9977e26317e7d32476970d4 (diff)
downloadpkgsrc-701a1dc73687465a395b382e6820174dde58b6fc.tar.gz
Initial import of ooqstart-0.8.3, an OpenOffice quickstart applet for GNOME
Diffstat (limited to 'misc/ooqstart/Makefile')
-rw-r--r--misc/ooqstart/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/misc/ooqstart/Makefile b/misc/ooqstart/Makefile
new file mode 100644
index 00000000000..9bef281e78b
--- /dev/null
+++ b/misc/ooqstart/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/09 08:18:25 rh Exp $
+#
+
+DISTNAME= ooqstart-0.8.3
+CATEGORIES= misc gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ooqstart/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://ooqstart.sourceforge.net/
+COMMENT= OpenOffice quickstart applet for GNOME
+
+DEPENDS+= gnome-applets>=1.4.0:../../x11/gnome-applets
+
+USE_GMAKE= YES
+USE_X11BASE= YES
+NO_CONFIGURE= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ooqstart_applet ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/ooqstart.png ${PREFIX}/share/pixmaps
+ ${INSTALL_DATA} ${WRKSRC}/gnome/ooqstart_applet.desktop \
+ ${PREFIX}/share/applets/Utility
+ ${INSTALL_DATA} ${WRKSRC}/gnome/ooqstart_applet.gnorba \
+ ${PREFIX}/etc/CORBA/servers
+ ${INSTALL_DATA_DIR} ${PREFIX}/gnome/help/ooqstart_applet/C
+.for help in index.html license.txt panel.png
+ ${INSTALL_DATA} ${WRKSRC}/help/${help} \
+ ${PREFIX}/gnome/help/ooqstart_applet/C
+.endfor
+
+.include "../../graphics/gdk-pixbuf-gnome/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"