diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/icemc/Makefile | 32 | ||||
-rw-r--r-- | misc/icemc/distinfo | 1 | ||||
-rw-r--r-- | misc/icemc/files/patch-Makefile | 38 | ||||
-rw-r--r-- | misc/icemc/pkg-descr | 13 | ||||
-rw-r--r-- | misc/icemc/pkg-plist | 1 |
7 files changed, 1 insertions, 86 deletions
@@ -696,3 +696,4 @@ x11-toolkits/fox-xunicode||2003-11-07|port was broken for >3 months with no fix x11/twin||2003-11-07|port was broken for >3 months with no fix submitted cad/felt|science/felt|2003-11-08|moved to science category cad/kaskade|math/kaskade|2003-11-08|moved to math category +misc/icemc||2003-11-08|author no longer develops program, distfile gone diff --git a/misc/Makefile b/misc/Makefile index b6346a85a35f..2366b1a47dcf 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -136,7 +136,6 @@ SUBDIR += histring SUBDIR += hotkeys SUBDIR += hulgalugha - SUBDIR += icemc SUBDIR += instant-server SUBDIR += instant-workstation SUBDIR += iselect diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile deleted file mode 100644 index 2cd0a1274330..000000000000 --- a/misc/icemc/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: icemc -# Date created: 31 December 2001 -# Whom: Adam Weinberger <adam@vectors.cx> -# -# $FreeBSD$ -# - -PORTNAME= icemc -PORTVERSION= 0.2.4 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= adamw - -MAINTAINER= adamw@FreeBSD.org -COMMENT= QT-based menu editor for IceWM - -USE_X_PREFIX= yes -USE_QT_VER= 3 - -MAKE_ARGS= QTDIR="${X11BASE}" DESTDIR="${PREFIX}" \ - INCPATH="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ - LFLAGS="${QTCFGLIBS} ${PTHREAD_LIBS}" \ - CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS} -DNO_DEBUG" \ - CXXFLAGS="${CXXFLAGS} -DNO_DEBUG" \ - LINK="${CXX}" LIBS="-lqt-mt" MOC="${MOC}" - - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/misc/icemc/distinfo b/misc/icemc/distinfo deleted file mode 100644 index 472c05f30b99..000000000000 --- a/misc/icemc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (icemc-0.2.4.tar.gz) = 1df8dd3c4e485db980a3f1b63d6f28bb diff --git a/misc/icemc/files/patch-Makefile b/misc/icemc/files/patch-Makefile deleted file mode 100644 index f06deb4b5041..000000000000 --- a/misc/icemc/files/patch-Makefile +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile.orig Mon Jun 9 18:24:33 2003 -+++ Makefile Mon Jun 9 18:29:03 2003 -@@ -13,25 +13,25 @@ - # QTDIR = /usr/lib/qt - - # DESTDIR (location (base without ..."/bin") for installing) --DESTDIR = /usr/local -+DESTDIR = ${PREFIX} - - ####### Compiler, tools and options - - # INCPATH specify where the includefiles are --INCPATH = -I$(QTDIR)/include -+INCPATH = ${QTCPPFLAGS} - # LFLAGS specify where the (qt) libraries are - LFLAGS = -L$(QTDIR)/lib - --CC = gcc --CXX = g++ --CFLAGS = -pipe -DNO_DEBUG --CXXFLAGS= -pipe -DNO_DEBUG -Wall -ansi --LINK = g++ --LIBS = $(SUBLIBS) -lqt -+#CC = gcc -+#CXX = g++ -+CFLAGS += -pipe -DNO_DEBUG -+CXXFLAGS+= -pipe -DNO_DEBUG -Wall -ansi -+LINK = ${CXX} -+LIBS = ${QTCFGLIBS} ${LIBQT} - # you might try this if icemc won't link or segfaults when starting up: - #LIBS = $(SUBLIBS) -lqt-mt --MOC = $(QTDIR)/bin/moc --UIC = $(QTDIR)/bin/uic -+#MOC = $(QTDIR)/bin/moc -+UIC = $(X11BASE)/bin/uic - - TAR = tar -cf - GZIP = gzip -9f diff --git a/misc/icemc/pkg-descr b/misc/icemc/pkg-descr deleted file mode 100644 index 8be1ad572f0e..000000000000 --- a/misc/icemc/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -IceMC is a program for graphical configuration of your IceWM Menu -Entries. It has been designed to be simple and stable. - -features - - * configure your menu file with copy & paste or drag'n'drop - * simulates the behavior of IceWM so you can see which files will be - found by IceWM - * simple but nice Qt interface - -WWW: http://www.algorithm.at/comp/icemc/icemc.html - -- Adam Weinberger <adamw@FreeBSD.org> diff --git a/misc/icemc/pkg-plist b/misc/icemc/pkg-plist deleted file mode 100644 index 8da37d1fee06..000000000000 --- a/misc/icemc/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/icemc |