summaryrefslogtreecommitdiff
path: root/misc/gkrellmlaunch2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gkrellmlaunch2/Makefile')
-rw-r--r--misc/gkrellmlaunch2/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/misc/gkrellmlaunch2/Makefile b/misc/gkrellmlaunch2/Makefile
deleted file mode 100644
index 5f92611fe247..000000000000
--- a/misc/gkrellmlaunch2/Makefile
+++ /dev/null
@@ -1,28 +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.3
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= pat@FreeBSD.org
-
-BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
-RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
-
-USE_X_PREFIX= yes
-USE_GTK= yes
-USE_IMLIB= yes
-ALL_TARGET= ${PORTNAME}.so
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so \
- ${PREFIX}/libexec/gkrellm/plugins
-
-.include <bsd.port.mk>