pkgsrc/misc/ooqstart/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.16 2004/10/03 00:13:00 tv Exp $
#
DISTNAME= ooqstart-0.8.3
PKGREVISION= 8
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ooqstart/}
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ooqstart.sourceforge.net/
COMMENT= OpenOffice quickstart applet for GNOME
DEPENDS+= gnome-applets>=1.4.0:../../x11/gnome-applets
USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_GNU_TOOLS+= make
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/buildlink3.mk"
.include "../../x11/gnome-core/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"