diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-05 21:34:03 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-05 21:34:03 +0000 |
commit | 5ca2a5e3a4adcb01b48e78d41c4c43ce2455115b (patch) | |
tree | 2d066e5adbe7cfe7230d42fb9b6e88d5769dd2d2 /x11-clocks | |
parent | b6dfc222022916f2480f7be9145d9ea01f4f16b8 (diff) | |
download | ports-5ca2a5e3a4adcb01b48e78d41c4c43ce2455115b.tar.gz ports-5ca2a5e3a4adcb01b48e78d41c4c43ce2455115b.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/Makefile | 25 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/distinfo | 1 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/files/patch-Makefile | 25 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/pkg-comment | 1 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/pkg-descr | 11 | ||||
-rw-r--r-- | x11-clocks/wmfuzzy/pkg-plist | 1 |
7 files changed, 65 insertions, 0 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 4a6fccd64863..df74df1239fd 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -28,6 +28,7 @@ SUBDIR += wmclock SUBDIR += wmdate SUBDIR += wmfishtime + SUBDIR += wmfuzzy SUBDIR += wmitime SUBDIR += wmtime SUBDIR += wmtimer diff --git a/x11-clocks/wmfuzzy/Makefile b/x11-clocks/wmfuzzy/Makefile new file mode 100644 index 000000000000..976fb4f52d2c --- /dev/null +++ b/x11-clocks/wmfuzzy/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: wmfuzzy +# Date created: 4 August 2002 +# Whom: Adam Weinberger <adam@vectors.cx> +# +# $FreeBSD$ +# + +PORTNAME= wmfuzzy +PORTVERSION= 0.2 +CATEGORIES= x11-clocks windowmaker +MASTER_SITES= http://www.manicai.net/comp/wmfuzzy/ +EXTRACT_SUFX= .tgz + +MAINTAINER= adam@vectors.cx + +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + +WRKSRC= ${WRKDIR}/${PORTNAME}/src +USE_X_PREFIX= yes +USE_XPM= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/wmfuzzy ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/x11-clocks/wmfuzzy/distinfo b/x11-clocks/wmfuzzy/distinfo new file mode 100644 index 000000000000..b12747dd50e7 --- /dev/null +++ b/x11-clocks/wmfuzzy/distinfo @@ -0,0 +1 @@ +MD5 (wmfuzzy-0.2.tgz) = a1d07243fe343921d61b6edfa83aa127 diff --git a/x11-clocks/wmfuzzy/files/patch-Makefile b/x11-clocks/wmfuzzy/files/patch-Makefile new file mode 100644 index 000000000000..1cc2ec2fa0a0 --- /dev/null +++ b/x11-clocks/wmfuzzy/files/patch-Makefile @@ -0,0 +1,25 @@ +--- Makefile.orig Thu Aug 1 18:55:34 2002 ++++ Makefile Mon Aug 5 13:17:41 2002 +@@ -12,11 +12,8 @@ + #group=-g root + + +-CC = gcc +-CFLAGS = -g -Wall +-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include +-DESTDIR= /usr/X11R6 +-LIBDIR = -L/usr/X11R6/lib ++INCDIR = -I${X11BASE}/include/X11 -I${X11BASE}/include -I${LOCALBASE}/include ++LIBDIR = -L${X11BASE}/lib -L${LOCALBASE}/lib + # for linux + LIBS = -lXpm -lX11 -lXext + # for Solaris +@@ -36,7 +33,7 @@ + all: ${name} + + ${name}: $(OBJS) +- $(CC) $(CFLAGS) $(SYSTEM) $(LIBDIR) $(LIBS) $^ -o ${name} ++ $(CC) $(CFLAGS) $(SYSTEM) $(LIBDIR) $(LIBS) $(OBJS) -o ${name} + + install: all + install ${owner} ${group} -s -m 755 ./${name} ${prefix}/${name} diff --git a/x11-clocks/wmfuzzy/pkg-comment b/x11-clocks/wmfuzzy/pkg-comment new file mode 100644 index 000000000000..6fc0c95a2cb3 --- /dev/null +++ b/x11-clocks/wmfuzzy/pkg-comment @@ -0,0 +1 @@ +A fuzzy clock WindowMaker dockapp diff --git a/x11-clocks/wmfuzzy/pkg-descr b/x11-clocks/wmfuzzy/pkg-descr new file mode 100644 index 000000000000..385a2e28d7dc --- /dev/null +++ b/x11-clocks/wmfuzzy/pkg-descr @@ -0,0 +1,11 @@ +wmfuzzy is yet another clock for Windowmaker (so as with ASClock +and however many others). The difference between it and all of those +(that I know of) is that the it only gives you the approximate time +and displays it textually. + +Why? because it seemed a fun idea and let's face it when was the +last time you cared it was 22:58 rather than "Five to Eleven?" + +WWW: http://www.manicai.net/comp/wmfuzzy + +-Adam Weinberger adam@vectors.cx diff --git a/x11-clocks/wmfuzzy/pkg-plist b/x11-clocks/wmfuzzy/pkg-plist new file mode 100644 index 000000000000..88b15c0deb83 --- /dev/null +++ b/x11-clocks/wmfuzzy/pkg-plist @@ -0,0 +1 @@ +bin/wmfuzzy |