diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-02 04:42:53 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-02 04:42:53 +0000 |
commit | 3becdba3bab17042070349645c658064843896a5 (patch) | |
tree | 938dd2bb5ff11870849ce369c7332ac2924f3385 /misc/icemc | |
parent | b50c44981d13d21fa7acbcd57908a0fbd663b054 (diff) | |
download | ports-3becdba3bab17042070349645c658064843896a5.tar.gz ports-3becdba3bab17042070349645c658064843896a5.zip |
Notes
Diffstat (limited to 'misc/icemc')
-rw-r--r-- | misc/icemc/Makefile | 24 | ||||
-rw-r--r-- | misc/icemc/distinfo | 1 | ||||
-rw-r--r-- | misc/icemc/files/patch-Makefile | 31 | ||||
-rw-r--r-- | misc/icemc/pkg-comment | 1 | ||||
-rw-r--r-- | misc/icemc/pkg-descr | 13 | ||||
-rw-r--r-- | misc/icemc/pkg-plist | 1 |
6 files changed, 71 insertions, 0 deletions
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile new file mode 100644 index 000000000000..a67a7b419ae2 --- /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 000000000000..f12060bfc51e --- /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 000000000000..d5ec86c30fd5 --- /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 000000000000..d3475f8f72ac --- /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 000000000000..228478f9d938 --- /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 000000000000..8da37d1fee06 --- /dev/null +++ b/misc/icemc/pkg-plist @@ -0,0 +1 @@ +bin/icemc |