update Mon Jan 18 06:37:00 PST 2010
[pkgsrc.git] / x11 / xplanet / Makefile
1 # $NetBSD: Makefile,v 1.44 2010/01/18 09:59:45 wiz Exp $
2
3 DISTNAME=       xplanet-1.2.1
4 PKGREVISION=    2
5 CATEGORIES=     x11
6 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=xplanet/}
7
8 MAINTAINER=     atatat@NetBSD.org
9 HOMEPAGE=       http://xplanet.sourceforge.net/
10 COMMENT=        Rotating rendered map of the Earth in X11 root window
11 LICENSE=        gnu-gpl-v2
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 USE_LANGUAGES=          c c++
16 USE_TOOLS+=             gmake
17 GNU_CONFIGURE=          yes
18 CONFIGURE_ENV+=         PERL=${_ENV_PERL:Q}
19 _ENV_PERL=              ${TOOLS_SETENV} perl
20
21 # directory creation should be fixed in the future release of xplanet
22 XPLANET_DIRS=           arcs config ephemeris fonts images markers origin
23 XPLANET_DIRS+=          satellites scripts spice stars
24 INSTALLATION_DIRS+=     ${XPLANET_DIRS:C,.*,share/xplanet/&,g}
25
26 .include "options.mk"
27
28 .include "../../graphics/jpeg/buildlink3.mk"
29 .include "../../graphics/freetype2/buildlink3.mk"
30 .include "../../graphics/libungif/buildlink3.mk"
31 .include "../../graphics/netpbm/buildlink3.mk"
32 .include "../../graphics/png/buildlink3.mk"
33 .include "../../graphics/tiff/buildlink3.mk"
34
35 .include "../../mk/bsd.pkg.mk"