- minor cleanup:
* lowercase first char of COMMENT * specify license version * re-format DESCR * don't lie in DESCR; xplanet doesn't do OpenGL/Mesa rendering (from stsp@, thanks!) * regen PLIST and WANTLIB while here ok robert@ (MAINTAINER)
This commit is contained in:
parent
f6769a5cc1
commit
8a58ebe534
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2008/07/25 14:12:56 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2009/01/06 09:24:48 jasper Exp $
|
||||
|
||||
COMMENT= Draw pictures of the earth textured by an image
|
||||
COMMENT= draw pictures of the earth textured by an image
|
||||
|
||||
DISTNAME= xplanet-1.2.0
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= astro geo x11
|
||||
|
||||
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
||||
@ -11,14 +11,14 @@ MAINTAINER= Robert Nagy <robert@openbsd.org>
|
||||
HOMEPAGE= http://xplanet.sourceforge.net/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/}
|
||||
|
||||
# GPL
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c charset expat fontconfig freetype glib-2.0 \
|
||||
gmodule-2.0 gobject-2.0 iconv intl jpeg m png \
|
||||
stdc++ z X11
|
||||
|
||||
WANTLIB= X11 c charset expat fontconfig freetype glib-2.0 gmodule-2.0 \
|
||||
gobject-2.0 iconv intl m stdc++ z
|
||||
|
||||
LIB_DEPENDS= pango-1.0.>=399.1,pangoft2-1.0.>=399.1::devel/pango \
|
||||
gif.>=5::graphics/libungif \
|
||||
|
@ -1,5 +1,4 @@
|
||||
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.
|
||||
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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2007/05/19 09:06:49 kili Exp $
|
||||
bin/xplanet
|
||||
@comment $OpenBSD: PLIST,v 1.6 2009/01/06 09:24:48 jasper Exp $
|
||||
@bin bin/xplanet
|
||||
@man man/man1/xplanet.1
|
||||
share/xplanet/
|
||||
share/xplanet/arcs/
|
||||
|
Loading…
Reference in New Issue
Block a user