diff options
author | jlam <jlam@pkgsrc.org> | 1999-10-06 22:54:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-10-06 22:54:20 +0000 |
commit | 27f5d6f86167a8569d4569212225f35e7fe39602 (patch) | |
tree | a60ecbe29afa83eaac5f9c26f4ddd46306ac0699 | |
parent | b41e5c3b95a8e426428f4914216400a6f71310f3 (diff) | |
download | pkgsrc-27f5d6f86167a8569d4569212225f35e7fe39602.tar.gz |
Update asapm to 2.7. Minor changes in color options.
-rw-r--r-- | sysutils/asapm/Makefile | 11 | ||||
-rw-r--r-- | sysutils/asapm/files/md5 | 4 | ||||
-rw-r--r-- | sysutils/asapm/pkg/MESSAGE | 9 |
3 files changed, 16 insertions, 8 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" diff --git a/sysutils/asapm/files/md5 b/sysutils/asapm/files/md5 index e617c5a4ce0..edce24d0484 100644 --- a/sysutils/asapm/files/md5 +++ b/sysutils/asapm/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 1999/04/12 17:39:47 jlam Exp $ +$NetBSD: md5,v 1.3 1999/10/06 22:54:21 jlam Exp $ -MD5 (asapm-2.6.tar.gz) = d8e2e301f4e979e36c98a4c4881b9c5f +MD5 (asapm-2.7.tar.gz) = 12671dcbc3dcc8bf85e994d892d788fc diff --git a/sysutils/asapm/pkg/MESSAGE b/sysutils/asapm/pkg/MESSAGE index a7336d727c9..1e4776338ee 100644 --- a/sysutils/asapm/pkg/MESSAGE +++ b/sysutils/asapm/pkg/MESSAGE @@ -1,2 +1,7 @@ -You need the APM driver enabled in your kernel, -see man apm(4) for details. +$NetBSD: MESSAGE,v 1.2 1999/10/06 22:54:21 jlam Exp $ +=========================================================================== + +This package requires that the APM driver be enabled in your kernel. +See apm(4) for details. + +=========================================================================== |