pkgsrc/x11/ascp/Makefile
fredb be7f4fdef3 Update to latest stable version, 1.0.3, and set ${IGNORE}, as this package
is not supposed to work with the Afterstep-1.8.0 that we have in the tree.
2000-08-27 02:43:32 +00:00

28 lines
676 B
Makefile

# $NetBSD: Makefile,v 1.7 2000/08/27 02:43:32 fredb Exp $
DISTNAME= ascp-1.0.3
CATEGORIES= x11
MASTER_SITES= ftp://ftp.afterstep.org/apps/ascp/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://hubble.colorado.edu/~nwanua/htmldir/ascp.html
DEPENDS+= afterstep-1.8.*:../../x11/afterstep
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= yes
USE_X11= yes
CONFIGURE_ENV+= GTK_CONFIG="${X11PREFIX}/bin/gtk-config"
IGNORE= "Not for Afterstep 1.8.x!"
pre-configure:
${RM} ${WRKSRC}/config.cache
post-install:
@${CHMOD} a+x ${PREFIX}/share/afterstep/ascp/icons
@${CHMOD} -R a+r ${PREFIX}/share/afterstep/ascp
.include "../../mk/bsd.pkg.mk"