diff options
-rw-r--r-- | x11/ascp/Makefile | 14 | ||||
-rw-r--r-- | x11/ascp/files/md5 | 4 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11/ascp/Makefile b/x11/ascp/Makefile index f4a6a588e30..d2ebc494dc5 100644 --- a/x11/ascp/Makefile +++ b/x11/ascp/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2000/06/15 11:28:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/27 02:43:32 fredb Exp $ -DISTNAME= ascp-1.0.2 +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 @@ -10,10 +11,15 @@ HOMEPAGE= http://hubble.colorado.edu/~nwanua/htmldir/ascp.html DEPENDS+= afterstep-1.8.*:../../x11/afterstep DEPENDS+= gtk+-1.2.*:../../x11/gtk -USE_X11BASE= yes GNU_CONFIGURE= yes +USE_X11= yes -CONFIGURE_ENV+= "LIBS= -lgnumalloc" +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 diff --git a/x11/ascp/files/md5 b/x11/ascp/files/md5 index 8c5680ab8f0..aa27602333f 100644 --- a/x11/ascp/files/md5 +++ b/x11/ascp/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/06/07 07:26:01 tron Exp $ +$NetBSD: md5,v 1.2 2000/08/27 02:43:33 fredb Exp $ -MD5 (ascp-1.0.2.tar.gz) = 576ec3302d7874001f7785ceb476133d +MD5 (ascp-1.0.3.tgz) = e6036a6d1386a1ab12d8ede7b605fdf3 |