Makefile 638 B

1234567891011121314151617181920212223242526272829303132
  1. # $OpenBSD: Makefile,v 1.17 2014/10/31 15:12:05 landry Exp $
  2. COMMENT= earth as seen from the direction of the sun
  3. DISTNAME= xworld-2.0
  4. REVISION= 2
  5. CATEGORIES= astro x11
  6. MAINTAINER= Vladimir Kotal <vlada@devnull.cz>
  7. MASTER_SITES= ${MASTER_SITE_FREEBSD_LOCAL:=naddy/}
  8. # BSD
  9. PERMIT_PACKAGE_CDROM= Yes
  10. WANTLIB= X11 c m
  11. CONFIGURE_STYLE= simple
  12. CONFIGURE_ENV= CAT=cat \
  13. STRIP=strip \
  14. INCLUDES="-I${X11BASE}/include" \
  15. LDLIBS="-lm -L${X11BASE}/lib -lX11" \
  16. MORELIBS=""
  17. INSTALL_STRIP= # don't strip out image data on install
  18. NO_TEST= Yes
  19. do-install:
  20. ${INSTALL_PROGRAM} ${WRKBUILD}/xworld ${PREFIX}/bin
  21. .include <bsd.port.mk>