diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:35:17 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-12-31 17:35:17 +0000 |
commit | b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e (patch) | |
tree | 8af93908ea781b500c84a3f66c1a7e07b1642782 /x11-clocks | |
parent | b272f7cc9d952121fdfd294bd10287e62d113240 (diff) | |
download | ports-b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e.tar.gz ports-b7d7206e331ee8ea7c04edf9d67d31e3c2200f2e.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/xtu/Makefile | 28 | ||||
-rw-r--r-- | x11-clocks/xtu/distinfo | 3 | ||||
-rw-r--r-- | x11-clocks/xtu/files/patch-Imakefile | 26 | ||||
-rw-r--r-- | x11-clocks/xtu/pkg-descr | 5 |
5 files changed, 0 insertions, 63 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 5f1e17a84059..afab7b14a650 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -65,6 +65,5 @@ SUBDIR += xfce4-timer-plugin SUBDIR += xmms-alarm SUBDIR += xtimer - SUBDIR += xtu .include <bsd.port.subdir.mk> diff --git a/x11-clocks/xtu/Makefile b/x11-clocks/xtu/Makefile deleted file mode 100644 index a2fb694a247c..000000000000 --- a/x11-clocks/xtu/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xtu -# Date created: 17 Apr 1999 -# Whom: runge@rostock.zgdv.de -# -# $FreeBSD$ -# - -PORTNAME= xtu -PORTVERSION= 1.3 -PORTREVISION= 2 -CATEGORIES= x11-clocks -MASTER_SITES= http://coto.marsrakete.de/projects/${PORTNAME}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Transparent analog clock for X11 - -DEPRECATED= Looks like abandonware -EXPIRATION_DATE= 2010-12-30 - -USE_IMAKE= yes -USE_XORG= x11 xpm xext -CPPFLAGS= -DUSE_XPM -LDFLAGS= -lXpm -lX11 -lXext -MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -MAN1= xtu.1 -PLIST_FILES= bin/xtu - -.include <bsd.port.mk> diff --git a/x11-clocks/xtu/distinfo b/x11-clocks/xtu/distinfo deleted file mode 100644 index d89b247d2a26..000000000000 --- a/x11-clocks/xtu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xtu-1.3.tar.gz) = 12caf637adc1f7ea5967ea476bab5135 -SHA256 (xtu-1.3.tar.gz) = b8c46e0b331119c4656edbf6c771feb36a492120f668905fc02b876c39e3c01c -SIZE (xtu-1.3.tar.gz) = 21980 diff --git a/x11-clocks/xtu/files/patch-Imakefile b/x11-clocks/xtu/files/patch-Imakefile deleted file mode 100644 index 2e2609ec43cc..000000000000 --- a/x11-clocks/xtu/files/patch-Imakefile +++ /dev/null @@ -1,26 +0,0 @@ - -$FreeBSD$ - ---- Imakefile.orig -+++ Imakefile -@@ -1,13 +1,17 @@ - XCOMM LOCAL_LIBRARIES = -lImlib -lX11 -lXext --LOCAL_LIBRARIES = -lXpm -lX11 -lXext -+XCOMM LOCAL_LIBRARIES = -lXpm -lX11 -lXext -+LOCAL_LIBRARIES = ${LDFLAGS} - - SRCS = TolleUhr.c XCC.c - OBJS = TolleUhr.o XCC.o - --CDEBUGFLAGS = -O2 -g -Wall -+XCOMM CDEBUGFLAGS = -O2 -g -Wall - - XCOMM CCOPTIONS= -DUSE_IMLIB --CCOPTIONS= -DUSE_XPM -+XCOMM CCOPTIONS= -DUSE_XPM -+CCOPTIONS = ${CPPFLAGS} -+ -+MANSRCSUFFIX = 1 - - ComplexProgramTarget(xtu) - diff --git a/x11-clocks/xtu/pkg-descr b/x11-clocks/xtu/pkg-descr deleted file mode 100644 index 50b51f72d096..000000000000 --- a/x11-clocks/xtu/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a transparent analog clock, very similar to TolleUhr -for the amiga range of computers. Actually, it uses some -drawing routines of it and looks almost the same. - -WWW: http://coto.marsrakete.de/projects/xtu/ |