summaryrefslogtreecommitdiff
path: root/sysutils/asapm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-10-06 22:54:20 +0000
committerjlam <jlam@pkgsrc.org>1999-10-06 22:54:20 +0000
commit27f5d6f86167a8569d4569212225f35e7fe39602 (patch)
treea60ecbe29afa83eaac5f9c26f4ddd46306ac0699 /sysutils/asapm/Makefile
parentb41e5c3b95a8e426428f4914216400a6f71310f3 (diff)
downloadpkgsrc-27f5d6f86167a8569d4569212225f35e7fe39602.tar.gz
Update asapm to 2.7. Minor changes in color options.
Diffstat (limited to 'sysutils/asapm/Makefile')
-rw-r--r--sysutils/asapm/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
index 46355ddb2b8..ff935f9d9ce 100644
--- a/sysutils/asapm/Makefile
+++ b/sysutils/asapm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 1999/07/12 00:04:57 jlam Exp $
+# $NetBSD: Makefile,v 1.6 1999/10/06 22:54:20 jlam Exp $
# FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp
#
-DISTNAME= asapm-2.6
+DISTNAME= asapm-2.7
CATEGORIES= sysutils x11
MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asapm/ \
ftp://ftp.afterstep.org/apps/asapm/ \
@@ -13,10 +13,13 @@ HOMEPAGE= http://www.tigr.net/afterstep/as-apps/applet-list.html
DEPENDS= xpm-3.4k:../../graphics/xpm
-ONLY_FOR_PLATFORM= *-*-i386 # needs apm support
+ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc # needs APM support
GNU_CONFIGURE= yes
-USE_X11BASE= yes
+USE_X11= yes
CONFIGURE_ARGS+= --disable-jpeg # there actually is no JPEG support
+CONFIGURE_ARGS+= --with-xpm \
+ --with-xpm-includes="${X11BASE}/include" \
+ --with-xpm-library="${X11BASE}/lib"
.include "../../mk/bsd.pkg.mk"