diff options
Diffstat (limited to 'astro/gkrellmearth/Makefile')
-rw-r--r-- | astro/gkrellmearth/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/astro/gkrellmearth/Makefile b/astro/gkrellmearth/Makefile deleted file mode 100644 index 2a00a8bf9f53..000000000000 --- a/astro/gkrellmearth/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gkrellm-earth -# Date Created: Thu Jun 28 01:54:57 EDT 2001 -# Whom: Patrick Li <pat@databits.net> -# With help from: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= earth -PORTVERSION= 0.3 -PORTREVISION= 1 -CATEGORIES= astro -MASTER_SITES= http://www.geocities.com/saintdead/ \ - http://www.linuxtux.org/downloads/linux-older-aps/gkrellm/ -PKGNAMEPREFIX= gkrellm -DISTNAME= ${PORTNAME}_anim-${PORTVERSION} - -MAINTAINER= pat@FreeBSD.org -COMMENT= A plugin for GKrellM that displays a rotating earth - -BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm -RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm - -DEPRECATED= mastersite disappeared, no longer maintained by author -EXPIRATION_DATE= 2005-12-31 -IGNORE= has no mastersite, nor is it maintained any longer - -WRKSRC= ${WRKDIR}/${PORTNAME}_anim -USE_X_PREFIX= yes -USE_GNOME= imlib -MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" -PLIST_FILES= libexec/gkrellm/plugins/earth_anim.so -ALL_TARGET= ${PORTNAME}_anim.so - -.include <bsd.port.mk> |