openbsd-ports/astro/xearth/Makefile
2010-07-11 16:01:51 +00:00

25 lines
542 B
Makefile

# $OpenBSD: Makefile,v 1.21 2010/07/11 16:01:51 espie Exp $
COMMENT= set the root window to the image of earth
DISTNAME= xearth-1.1
CATEGORIES= astro x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
MAINTAINER= Paul Janzen <pjanzen@openbsd.org>
PERMIT_PACKAGE_CDROM= Cannot sell
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Cannot sell
PERMIT_DISTFILES_FTP= Yes
REVISION = 2
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m \
pthread-stubs xcb
CONFIGURE_STYLE= imake
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>