summaryrefslogtreecommitdiff
path: root/wm/ascp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wm/ascp/Makefile')
-rw-r--r--wm/ascp/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/wm/ascp/Makefile b/wm/ascp/Makefile
new file mode 100644
index 00000000000..e9106c33407
--- /dev/null
+++ b/wm/ascp/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/18 13:50:41 wiz Exp $
+#
+
+DISTNAME= ascp-1.0.3
+CATEGORIES= x11 wm
+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.*:../../wm/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"