summaryrefslogtreecommitdiff
path: root/sysutils/asapm/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>1999-04-12 17:39:46 +0000
committerjlam <jlam>1999-04-12 17:39:46 +0000
commitd3f984abf2ff0dc369597c42b3240ed791b9502b (patch)
treeec89e7ed6bc3e9981db52f4f94c0aa45dc0f2139 /sysutils/asapm/Makefile
parentdadce36617723202ec2249040082ef1a85a889ee (diff)
downloadpkgsrc-d3f984abf2ff0dc369597c42b3240ed791b9502b.tar.gz
Update "asapm" package to version 2.6. Mostly *BSD improvements since
version 2.3. Fixes PR pkg/7239 by Johnny C. Lam.
Diffstat (limited to 'sysutils/asapm/Makefile')
-rw-r--r--sysutils/asapm/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
index 5e51150b0d0..85baecb4091 100644
--- a/sysutils/asapm/Makefile
+++ b/sysutils/asapm/Makefile
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.2 1999/01/30 23:18:54 agc Exp $
+# $NetBSD: Makefile,v 1.3 1999/04/12 17:39:46 jlam Exp $
# FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp
#
-DISTNAME= asapm-2.3
+DISTNAME= asapm-2.6
CATEGORIES= sysutils x11
-MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
+MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asapm/ \
+ ftp://ftp.afterstep.org/apps/asapm/ \
+ ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asapm/
MAINTAINER= lamj@stat.cmu.edu
-HOMEPAGE= http://bewoner.dma.be/Albert/linux/
+HOMEPAGE= http://www.tigr.net/afterstep/as-apps/applet-list.html
DEPENDS+= xpm-3.4k:../../graphics/xpm
@@ -16,6 +18,4 @@ ONLY_FOR_ARCHS= i386 # needs apm support
GNU_CONFIGURE= yes
USE_X11BASE= yes
-INSTALL_TARGET= install install.man
-
.include "../../mk/bsd.pkg.mk"