Makefile 445 B

12345678910111213141516171819202122
  1. # $OpenBSD: Makefile,v 1.29 2014/11/18 10:17:18 brad Exp $
  2. COMMENT= set the root window to the moon in its current phase
  3. DISTNAME= xphoon-20000613
  4. REVISION= 1
  5. CATEGORIES= astro x11
  6. HOMEPAGE= http://xphoon.sourceforge.net/
  7. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xphoon/}
  8. # BSD like
  9. PERMIT_PACKAGE_CDROM= Cannot sell
  10. PERMIT_PACKAGE_FTP= Yes
  11. WANTLIB= X11 Xau Xdmcp Xext c m
  12. CONFIGURE_STYLE= imake
  13. NO_TEST= Yes
  14. .include <bsd.port.mk>