pkgsrc/x11/gtkstep/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

24 lines
655 B
Makefile

# $NetBSD: Makefile,v 1.19 2004/10/03 00:18:33 tv Exp $
DISTNAME= gtkstep-1.10
PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= http://ulli.linuxave.net/gtkstep/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ulli.linuxave.net/gtkstep/index.html
COMMENT= GTK theme-engine to yield a NEXTSTEP(tm) look and feel
USE_BUILDLINK3= yes
USE_DIRS+= xdg-1.1
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
post-install:
${RM} -f ${PREFIX}/share/themes/Step/gtk/gtkrc.in
${INSTALL_DATA} ${WRKSRC}/step/Theme/gtk/gtkrc \
${PREFIX}/share/themes/Step/gtk
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"