diff options
Diffstat (limited to 'misc/icemc')
-rw-r--r-- | misc/icemc/Makefile | 31 | ||||
-rw-r--r-- | misc/icemc/distinfo | 1 | ||||
-rw-r--r-- | misc/icemc/files/patch-Makefile | 35 | ||||
-rw-r--r-- | misc/icemc/pkg-descr | 13 | ||||
-rw-r--r-- | misc/icemc/pkg-plist | 1 |
5 files changed, 0 insertions, 81 deletions
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile deleted file mode 100644 index 0e4bd216cf38..000000000000 --- a/misc/icemc/Makefile +++ /dev/null @@ -1,31 +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= x11-wm -MASTER_SITES= http://www.algorithm.at/comp/icemc/ - -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 df04a5f1f515..000000000000 --- a/misc/icemc/files/patch-Makefile +++ /dev/null @@ -1,35 +0,0 @@ ---- Makefile.orig Thu Nov 28 16:11:25 2002 -+++ Makefile Thu Nov 28 16:14:44 2002 -@@ -13,22 +13,22 @@ - # QTDIR = /usr/lib/qt - - # DESTDIR (location for installing) --DESTDIR = /usr/local -+DESTDIR = ${PREFIX}/bin - - ####### Compiler, tools and options - --CC = gcc --CXX = g++ --CFLAGS = -pipe -DNO_DEBUG --CXXFLAGS= -pipe -DNO_DEBUG -Wall -ansi --INCPATH = -I$(QTDIR)/include --LINK = g++ -+#CC = gcc -+#CXX = g++ -+CFLAGS += -pipe -DNO_DEBUG -+CXXFLAGS+= -pipe -DNO_DEBUG -Wall -ansi -+INCPATH = ${QTCPPFLAGS} -+LINK = ${CXX} - LFLAGS = --LIBS = $(SUBLIBS) -lqt -+LIBS = ${QTCFGLIBS} ${LIBQT} - # you might try this if icemc 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 |