35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.95 2020/03/10 22:11:24 wiz Exp $
|
|
|
|
# The 1.3.1 release is a few years old, and upstream recommends that
|
|
# the head of svn be used. However, we follow pkgsrc norms of
|
|
# packaging releases, with some commits applied as patches.
|
|
DISTNAME= xplanet-1.3.1
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xplanet.sourceforge.net/
|
|
COMMENT= Rotating rendered map of the Earth in X11 root window
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_LANGUAGES= c c++11
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl
|
|
MAKE_ENV+= PERL5=${PERL5:Q}
|
|
|
|
# \todo Fix Native PNM support
|
|
CONFIGURE_ARGS+= --without-pnm
|
|
# \todo Remove when https://github.com/OpenSpace/Spice is in pkgsrc
|
|
CONFIGURE_ARGS+= ac_cv_lib_cspice_furnsh_c=no
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/giflib/buildlink3.mk"
|
|
.include "../../graphics/netpbm/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|