openbsd-ports/astro/xearth/Makefile

24 lines
550 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.20 2009/08/10 06:29:52 kili Exp $
1997-12-01 19:33:26 -05:00
2007-09-15 06:37:21 -04:00
COMMENT= set the root window to the image of earth
DISTNAME= xearth-1.1
PKGNAME= ${DISTNAME}p2
1997-12-01 19:33:26 -05:00
CATEGORIES= astro x11
2007-12-18 04:30:31 -05:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
1997-12-01 19:33:26 -05:00
2000-10-22 10:02:46 -04:00
MAINTAINER= Paul Janzen <pjanzen@openbsd.org>
2007-09-15 06:37:21 -04:00
PERMIT_PACKAGE_CDROM= Cannot sell
2000-03-06 23:36:32 -05:00
PERMIT_PACKAGE_FTP= Yes
2007-09-15 06:37:21 -04:00
PERMIT_DISTFILES_CDROM= Cannot sell
2000-03-06 23:36:32 -05:00
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m \
pthread-stubs xcb
2000-03-06 23:36:32 -05:00
CONFIGURE_STYLE= imake
1997-12-01 19:33:26 -05:00
2006-11-13 05:08:12 -05:00
USE_X11= Yes
2002-10-24 12:21:35 -04:00
NO_REGRESS= Yes
1997-12-01 19:33:26 -05:00
.include <bsd.port.mk>