From fb93fc598bb9a507e903e91a8cbb0f991b4067ba Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 23 Jun 2000 13:14:38 +0000 Subject: - Use MASTER_SITE_AFTERSTEP to MASTER_SITES PR: 19468 Submitted by: KATO Tsuguru --- sysutils/asmon/Makefile | 6 +++--- sysutils/asmon/distinfo | 1 - sysutils/asmon/files/patch-aa | 6 +++--- 3 files changed, 6 insertions(+), 7 deletions(-) (limited to 'sysutils/asmon') diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile index 82b58d7edc57..3fe26a16b7d0 100644 --- a/sysutils/asmon/Makefile +++ b/sysutils/asmon/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: asfsm +# New ports collection makefile for: asmon # Date created: 27 Sep 1999 # Whom: jack # @@ -8,8 +8,8 @@ PORTNAME= asmon PORTVERSION= 0.60 CATEGORIES= sysutils afterstep -MASTER_SITES= ftp://ftp.afterstep.org/apps/asmon/ \ - http://www.tigr.net/afterstep/as-apps/download/asmon/ +MASTER_SITES= ${MASTER_SITE_AFTERSTEP} +MASTER_SITE_SUBDIR= apps/asmon MAINTAINER= jack@germanium.xtalwind.net diff --git a/sysutils/asmon/distinfo b/sysutils/asmon/distinfo index fa0d6fcb4b49..ade3ba79b0fe 100644 --- a/sysutils/asmon/distinfo +++ b/sysutils/asmon/distinfo @@ -1,2 +1 @@ -MD5 (asmon-0.60.tar.gz) = d33e59597f56368f180ca1b4b4c126e8 MD5 (asmon-0.60.tar.gz) = 781d273283b307b5089afbfa6aa35f18 diff --git a/sysutils/asmon/files/patch-aa b/sysutils/asmon/files/patch-aa index 390d9c3b0817..3fde759d3512 100644 --- a/sysutils/asmon/files/patch-aa +++ b/sysutils/asmon/files/patch-aa @@ -3,7 +3,7 @@ *************** *** 0 **** --- 1,20 ---- -+ LIBDIR = -L/usr/X11R6/lib ++ LIBDIR = -L${X11BASE}/lib + LIBS = -lXpm -lXext -lX11 -lkvm + OBJS = asmon/asmon.o \ + wmgeneral/wmgeneral.o \ @@ -13,10 +13,10 @@ + all: asmon + + .c.o: -+ cc -c -Wall -I/usr/X11R6/include $< -o $*.o ++ $(CC) $(CFLAGS) -c -Wall -I${X11BASE}/include $< -o $*.o + + asmon: $(OBJS) -+ cc -o asmon/asmon $^ $(LIBDIR) $(LIBS) ++ $(CC) -o asmon/asmon $^ $(LIBDIR) $(LIBS) + + clean:: + for i in $(OBJS) ; do \ -- cgit