openbsd-ports/x11/xplanet/Makefile
robert 3f9d859a9a import xplanet-1.1.2
Xplanet was inspired by Xearth, which renders an image of the earth into the X
root window. Xplanet uses the Imlib library to read user supplied maps of the
earth (or another planet). Orthographic and mercator projections can be
rendered to the root window or saved to a file. An image that the user can
rotate interactively can be popped up in a window using OpenGL or Mesa.
2005-05-24 19:15:53 +00:00

36 lines
950 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/05/24 19:15:53 robert Exp $
COMMENT= "Draw pictures of the earth textured by an image"
DISTNAME= xplanet-1.1.2
CATEGORIES= x11
MAINTAINER= Robert Nagy <robert@openbsd.org>
HOMEPAGE= http://xplanet.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/}
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c charset fontconfig freetype glib-2.0.0.0 gmodule-2.0.0.0 \
gobject-2.0.0.0 iconv intl jpeg m png stdc++ z X11
LIB_DEPENDS= pango-1.0.399.1,pangoft2-1.0.399.1::devel/pango \
gif.5::graphics/libungif \
jpeg.62::graphics/jpeg \
png.4::graphics/png
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --without-xscreensaver \
--without-pnm --without-tiff \
--without-cspice
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>