diff options
Diffstat (limited to 'misc/gkrellmlaunch')
-rw-r--r-- | misc/gkrellmlaunch/Makefile | 35 | ||||
-rw-r--r-- | misc/gkrellmlaunch/distinfo | 2 | ||||
-rw-r--r-- | misc/gkrellmlaunch/files/patch-Makefile | 31 | ||||
-rw-r--r-- | misc/gkrellmlaunch/pkg-descr | 4 |
4 files changed, 0 insertions, 72 deletions
diff --git a/misc/gkrellmlaunch/Makefile b/misc/gkrellmlaunch/Makefile deleted file mode 100644 index 11ffe9d1e933..000000000000 --- a/misc/gkrellmlaunch/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Patrick Li <pat@databits.net> -# $FreeBSD$ - -PORTNAME= gkrellmlaunch -PORTVERSION= 0.4 -PORTREVISION= 8 -CATEGORIES= misc -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Application launcher plugin for GKrellM - -DEPRECATED= GKrellM 1.X is no longer being developed, consider using 2.X. -EXPIRATION_DATE=2014-06-30 - -BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm -RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm - -PORTSCOUT= ignore:1 - -PLIST_FILES= libexec/gkrellm/plugins/gkrellmlaunch.so -USE_GNOME= imlib -ALL_TARGET= ${PORTNAME}.so - -NO_STAGE= yes -.include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -CFLAGS+= -fPIC -.endif - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so \ - ${PREFIX}/libexec/gkrellm/plugins - -.include <bsd.port.post.mk> diff --git a/misc/gkrellmlaunch/distinfo b/misc/gkrellmlaunch/distinfo deleted file mode 100644 index 252734e0c5b1..000000000000 --- a/misc/gkrellmlaunch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gkrellmlaunch-0.4.tar.gz) = 74e57d708b25c59b4a75772ad752f496d306d89fd36a82d881f605e478e5875b -SIZE (gkrellmlaunch-0.4.tar.gz) = 22310 diff --git a/misc/gkrellmlaunch/files/patch-Makefile b/misc/gkrellmlaunch/files/patch-Makefile deleted file mode 100644 index 1a8f5704e7ee..000000000000 --- a/misc/gkrellmlaunch/files/patch-Makefile +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.orig Mon Nov 5 13:17:40 2001 -+++ Makefile Tue Nov 6 19:33:41 2001 -@@ -1,22 +1,20 @@ - # Sample Makefile for a GKrellM plugin - --GTK_INCLUDE = `gtk-config --cflags` --GTK_LIB = `gtk-config --libs` -+GTK_INCLUDE = `${GTK_CONFIG} --cflags` -+GTK_LIB = `${GTK_CONFIG} --libs` - --IMLIB_INCLUDE = `imlib-config --cflags-gdk` --IMLIB_LIB = `imlib-config --libs-gdk` -+IMLIB_INCLUDE = `${IMLIB_CONFIG} --cflags-gdk` -+IMLIB_LIB = `${IMLIB_CONFIG} --libs-gdk` - --FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) $(IMLIB_INCLUDE) -+CFLAGS += $(GTK_INCLUDE) $(IMLIB_INCLUDE) - LIBS = $(GTK_LIB) $(IMLIB_LIB) - - LFLAGS = -shared - --CC = gcc $(CFLAGS) $(FLAGS) -- - OBJS = gkrellmlaunch.o - - gkrellmlaunch.so: $(OBJS) -- $(CC) $(OBJS) -o gkrellmlaunch.so $(LFLAGS) $(LIBS) -+ $(CC) $(OBJS) -o gkrellmlaunch.so $(CFLAGS) $(LFLAGS) $(LIBS) - - clean: - rm -f *.o core *.so* *.bak *~ diff --git a/misc/gkrellmlaunch/pkg-descr b/misc/gkrellmlaunch/pkg-descr deleted file mode 100644 index d5bca3423f37..000000000000 --- a/misc/gkrellmlaunch/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -GKrellMLaunch plugin which allows one-click access to frequently -used applications from GKrellM - -WWW: http://gkrellmlaunch.sourceforge.net/ |