summaryrefslogtreecommitdiff
path: root/x11-wm/icemc
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-02 04:42:53 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-02 04:42:53 +0000
commit3becdba3bab17042070349645c658064843896a5 (patch)
tree938dd2bb5ff11870849ce369c7332ac2924f3385 /x11-wm/icemc
parentFix for -CURRENT, malloc.h->stdlib.h (diff)
Add new port x11-wm/icemc - a graphical configuration tool to edit
your IceWM menu PR: 33409 Submitted by: Adam Weinberger <monkey@crackula.com>
Notes
Notes: svn path=/head/; revision=52483
Diffstat (limited to 'x11-wm/icemc')
-rw-r--r--x11-wm/icemc/Makefile24
-rw-r--r--x11-wm/icemc/distinfo1
-rw-r--r--x11-wm/icemc/files/patch-Makefile31
-rw-r--r--x11-wm/icemc/pkg-comment1
-rw-r--r--x11-wm/icemc/pkg-descr13
-rw-r--r--x11-wm/icemc/pkg-plist1
6 files changed, 71 insertions, 0 deletions
diff --git a/x11-wm/icemc/Makefile b/x11-wm/icemc/Makefile
new file mode 100644
index 000000000000..a67a7b419ae2
--- /dev/null
+++ b/x11-wm/icemc/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: icemc
+# Date created: 31 December 2001
+# Whom: Adam Weinberger
+#
+# $FreeBSD$
+#
+
+PORTNAME= icemc
+PORTVERSION= 0.2.2
+CATEGORIES= x11-wm
+MASTER_SITES= http://www.mittendorfer.com/gm/comp/icemc/
+
+MAINTAINER= monkey@crackula.com
+
+USE_X_PREFIX= yes
+USE_QT_VER= 2
+
+MAKE_ENV= QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" \
+ MOC="${MOC}" LIBQT="-l${QTNAME}"
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin
+
+.include <bsd.port.mk>
diff --git a/x11-wm/icemc/distinfo b/x11-wm/icemc/distinfo
new file mode 100644
index 000000000000..f12060bfc51e
--- /dev/null
+++ b/x11-wm/icemc/distinfo
@@ -0,0 +1 @@
+MD5 (icemc-0.2.2.tar.gz) = 6ba3d647139f7574fa83aaa1b36b5e56
diff --git a/x11-wm/icemc/files/patch-Makefile b/x11-wm/icemc/files/patch-Makefile
new file mode 100644
index 000000000000..d5ec86c30fd5
--- /dev/null
+++ b/x11-wm/icemc/files/patch-Makefile
@@ -0,0 +1,31 @@
+--- Makefile.orig Tue Dec 4 12:49:24 2001
++++ Makefile Tue Jan 1 23:26:16 2002
+@@ -13,21 +13,18 @@
+ # 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
+-INCPATH = -I$(QTDIR)/include
+-LINK = g++
++CFLAGS += -DNO_DEBUG
++CXXFLAGS+= -DNO_DEBUG
++INCPATH = ${QTCPPFLAGS}
++LINK = $(CXX)
+ LFLAGS =
+ #LIBS = $(SUBLIBS) -L$(QTDIR)/lib -L/usr/X11R6/lib -lqt -lXext -lX11 -lm
+-LIBS = $(SUBLIBS) -lqt
+-MOC = $(QTDIR)/bin/moc
+-UIC = $(QTDIR)/bin/uic
++LIBS = ${QTCFGLIBS} ${LIBQT}
++UIC = ${X11BASE}/uic
+
+ TAR = tar -cf
+ GZIP = gzip -9f
diff --git a/x11-wm/icemc/pkg-comment b/x11-wm/icemc/pkg-comment
new file mode 100644
index 000000000000..d3475f8f72ac
--- /dev/null
+++ b/x11-wm/icemc/pkg-comment
@@ -0,0 +1 @@
+QT-based menu editor for IceWM
diff --git a/x11-wm/icemc/pkg-descr b/x11-wm/icemc/pkg-descr
new file mode 100644
index 000000000000..228478f9d938
--- /dev/null
+++ b/x11-wm/icemc/pkg-descr
@@ -0,0 +1,13 @@
+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.mittendorfer.com/gm/comp/icemc/icemc.htm
+
+- Adam Weinberger <monkey@crackula.com>
diff --git a/x11-wm/icemc/pkg-plist b/x11-wm/icemc/pkg-plist
new file mode 100644
index 000000000000..8da37d1fee06
--- /dev/null
+++ b/x11-wm/icemc/pkg-plist
@@ -0,0 +1 @@
+bin/icemc