Makefile 769 B

123456789101112131415161718192021222324252627282930313233
  1. # $OpenBSD: Makefile,v 1.17 2017/04/10 11:46:19 sthen Exp $
  2. COMMENT= go client and fully featured sgf editor
  3. DISTNAME= qgo-1.5.4
  4. REVISION = 5
  5. CATEGORIES= games
  6. # GPL
  7. PERMIT_PACKAGE_CDROM= Yes
  8. WANTLIB += GL ICE SM X11 X11-xcb Xau Xcursor Xdamage Xdmcp Xext Xfixes
  9. WANTLIB += Xft Xi Xinerama Xmu Xrandr Xrender Xt Xxf86vm c drm expat
  10. WANTLIB += fontconfig freetype glapi jpeg lcms m mng png pthread
  11. WANTLIB += pthread-stubs ${LIBCXX} xcb xcb-dri2 xcb-glx z
  12. MODULES= x11/qt3
  13. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qgo/}
  14. WRKDIST= ${WRKDIR}/${DISTNAME:S/-r1//}
  15. USE_GMAKE=Yes
  16. NO_TEST= Yes
  17. CONFIGURE_STYLE= gnu
  18. CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
  19. --with-extra-libs=${LOCALBASE}/lib \
  20. ${MODQT_CONFIGURE_ARGS}
  21. .include <bsd.port.mk>