summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-01-02 04:42:53 +0000
committerpat <pat@FreeBSD.org>2002-01-02 04:42:53 +0000
commit9f6c8ab5ecc900ed283a1791bb252b64a23893f0 (patch)
treebffd313ef02fe4d9ad3094f8d48f499b02ca8bbd /misc
parent543e1c0b8a134ffa7d237cb4a9eabdd8739ac01e (diff)
downloadFreeBSD-ports-9f6c8ab5ecc900ed283a1791bb252b64a23893f0.zip
FreeBSD-ports-9f6c8ab5ecc900ed283a1791bb252b64a23893f0.tar.gz
Add new port x11-wm/icemc - a graphical configuration tool to edit
your IceWM menu PR: 33409 Submitted by: Adam Weinberger <monkey@crackula.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/icemc/Makefile24
-rw-r--r--misc/icemc/distinfo1
-rw-r--r--misc/icemc/files/patch-Makefile31
-rw-r--r--misc/icemc/pkg-comment1
-rw-r--r--misc/icemc/pkg-descr13
-rw-r--r--misc/icemc/pkg-plist1
6 files changed, 71 insertions, 0 deletions
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile
new file mode 100644
index 0000000..a67a7b4
--- /dev/null
+++ b/misc/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/misc/icemc/distinfo b/misc/icemc/distinfo
new file mode 100644
index 0000000..f12060b
--- /dev/null
+++ b/misc/icemc/distinfo
@@ -0,0 +1 @@
+MD5 (icemc-0.2.2.tar.gz) = 6ba3d647139f7574fa83aaa1b36b5e56
diff --git a/misc/icemc/files/patch-Makefile b/misc/icemc/files/patch-Makefile
new file mode 100644
index 0000000..d5ec86c
--- /dev/null
+++ b/misc/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/misc/icemc/pkg-comment b/misc/icemc/pkg-comment
new file mode 100644
index 0000000..d3475f8
--- /dev/null
+++ b/misc/icemc/pkg-comment
@@ -0,0 +1 @@
+QT-based menu editor for IceWM
diff --git a/misc/icemc/pkg-descr b/misc/icemc/pkg-descr
new file mode 100644
index 0000000..228478f
--- /dev/null
+++ b/misc/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/misc/icemc/pkg-plist b/misc/icemc/pkg-plist
new file mode 100644
index 0000000..8da37d1
--- /dev/null
+++ b/misc/icemc/pkg-plist
@@ -0,0 +1 @@
+bin/icemc
OpenPOWER on IntegriCloud