aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gkrellmearth/Makefile
blob: a22ef8530313a38654a3e5628277767fa2e0cd37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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

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>