Makefile 456 B

123456789101112131415161718192021222324
  1. # $OpenBSD: Makefile,v 1.26 2013/10/11 21:20:59 naddy Exp $
  2. COMMENT= animated simulation of an ideal gas
  3. DISTNAME= xgas
  4. PKGNAME= xgas-1.0
  5. REVISION= 2
  6. CATEGORIES= misc
  7. MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/demos/}
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xt c m pthread-stubs xcb
  10. CONFIGURE_STYLE=imake
  11. NO_TEST= Yes
  12. post-install:
  13. @chmod 755 ${PREFIX}/bin/xgas
  14. @chown bin:bin ${PREFIX}/bin/xgas
  15. .include <bsd.port.mk>