Makefile 392 B

12345678910111213141516171819
  1. # $OpenBSD: Makefile,v 1.28 2015/08/28 14:22:14 naddy Exp $
  2. COMMENT= set the root window to the image of earth
  3. DISTNAME= xearth-1.1
  4. REVISION = 5
  5. CATEGORIES= astro x11
  6. MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
  7. PERMIT_PACKAGE_CDROM= Cannot sell
  8. PERMIT_PACKAGE_FTP= Yes
  9. WANTLIB= ICE SM X11 Xau Xdmcp Xext Xt c m
  10. CONFIGURE_STYLE= imake
  11. NO_TEST= Yes
  12. .include <bsd.port.mk>