cf907ad20b
Submitted by Peter Stromberg <home@wilfried.net>. wmglobe is a WindowMaker dock app that displays the earth on an icon. It's an adaptation of XGlobe to WMaker environnement. wmglobe uses a map which is rendered on a sphere by raytracing.
26 lines
580 B
Makefile
26 lines
580 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/18 13:45:38 naddy Exp $
|
|
|
|
DISTNAME= wmglobe-1.1.alpha
|
|
PKGNAME= wmglobe-1.1a
|
|
CATEGORIES= astro x11/windowmaker
|
|
NEED_VERSION= 1.340
|
|
HOMEPAGE= http://perso.linuxfr.org/jdumont/wmg/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= Peter Stromberg <home@wilfried.net>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= jpeg.62::graphics/jpeg \
|
|
tiff.35::graphics/tiff \
|
|
png.1::graphics/png \
|
|
gif.4::graphics/giflib \
|
|
wraster.2::x11/windowmaker
|
|
|
|
USE_X11= Yes
|
|
|
|
.include <bsd.port.mk>
|