aboutsummaryrefslogtreecommitdiffstats
path: root/astro/xworld/Makefile
blob: c3365a3a552889cc19658a2b5a1a86593c4407d3 (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
# Ports collection makefile for:  xworld
# Date created:           24 Aug 2001
# Whom:               Kris Kennaway <kris@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   xworld
PORTVERSION=    2.0
PORTREVISION=   1
CATEGORIES= astro
MASTER_SITES=   ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \
        ftp://ftp.Uni-Koeln.DE/misc/

MAINTAINER= naddy@FreeBSD.org
COMMENT=    Earth as seen from the direction of the sun

USE_XLIB=   yes

HAS_CONFIGURE=  yes
CONFIGURE_ENV=  CAT=${CAT} \
        STRIP=/usr/bin/strip \
        INCLUDES="-I${X11BASE}/include" \
        LDLIBS="-lm -L${X11BASE}/lib -lX11" \
        MORELIBS=""
PLIST_FILES=    bin/xworld
STRIP=      #don't strip out image data on install

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/xworld ${PREFIX}/bin

.include <bsd.port.mk>