aboutsummaryrefslogtreecommitdiff
path: root/misc/gkrellmlaunch2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gkrellmlaunch2/Makefile')
-rw-r--r--misc/gkrellmlaunch2/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/misc/gkrellmlaunch2/Makefile b/misc/gkrellmlaunch2/Makefile
deleted file mode 100644
index 001d4120acbf..000000000000
--- a/misc/gkrellmlaunch2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: gkrellmlaunch
-# Date Created: Tue Nov 6 19:15:45 EST 2001
-# Whom: Patrick Li <pat@databits.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gkrellmlaunch
-PORTVERSION= 0.4
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= pat@FreeBSD.org
-COMMENT= An application launcher plugin for GKrellM
-
-BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
-RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
-
-PLIST_FILES= libexec/gkrellm/plugins/gkrellmlaunch.so
-USE_X_PREFIX= yes
-USE_GNOME= imlib
-ALL_TARGET= ${PORTNAME}.so
-
-.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>