pkgsrc/x11/gtkstep/Makefile
rh 74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00

22 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.7 2000/06/01 11:23:46 rh Exp $
DISTNAME= gtkstep-1.10
CATEGORIES= x11
MASTER_SITES= http://ulli.linuxave.net/gtkstep/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://ulli.linuxave.net/gtkstep/index.html
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= yes
USE_PKGLIBTOOL= yes
USE_X11BASE= yes
post-install:
${RM} -f ${PREFIX}/share/themes/Step/gtk/gtkrc.in
${INSTALL_DATA} ${WRKSRC}/step/Theme/gtk/gtkrc \
${PREFIX}/share/themes/Step/gtk
.include "../../mk/bsd.pkg.mk"