853d7d06e7
- bump NEED_VERSION - run ispell & fmt on DESCR
30 lines
656 B
Makefile
30 lines
656 B
Makefile
# $OpenBSD: Makefile,v 1.5 2001/03/28 09:59:37 wilfried Exp $
|
|
|
|
COMMENT= 'wm-dockapp; displays the earth on an icon'
|
|
|
|
DISTNAME= wmglobe-1.1.alpha
|
|
PKGNAME= wmglobe-1.1a
|
|
CATEGORIES= astro x11 x11/windowmaker
|
|
NEED_VERSION= 1.364
|
|
|
|
HOMEPAGE= http://perso.linuxfr.org/jdumont/wmg/
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
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>
|