Makefile 528 B

1234567891011121314151617181920212223242526272829
  1. # $OpenBSD: Makefile,v 1.17 2013/10/11 23:50:13 naddy Exp $
  2. COMMENT= wm-dockapp; mandelbrot explorer
  3. DISTNAME= wmMand-1.0
  4. PKGNAME= ${DISTNAME:L}
  5. REVISION= 1
  6. CATEGORIES= misc x11 x11/windowmaker
  7. HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
  8. # GPL
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB= X11 Xext Xpm c pthread-stubs xcb
  11. MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
  12. RUN_DEPENDS= graphics/xv
  13. NO_TEST= Yes
  14. WRKSRC= ${WRKDIST}/wmMand
  15. ALL_TARGET= clean all
  16. .include <bsd.port.mk>