Makefile 867 B

1234567891011121314151617181920212223242526272829303132333435
  1. # $OpenBSD: Makefile,v 1.25 2016/04/04 10:20:02 sthen Exp $
  2. COMMENT= computer simulation game
  3. DISTNAME= corewars-0.9.13
  4. REVISION= 7
  5. CATEGORIES= games x11
  6. HOMEPAGE= http://corewars.org/
  7. # GPLv2
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
  10. WANTLIB += Xrandr Xrender atk-1.0 c cairo expat fontconfig freetype
  11. WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
  12. WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
  13. WANTLIB += png pthread pthread-stubs xcb xcb-render xcb-shm z
  14. MODULES= devel/gettext
  15. LIB_DEPENDS= x11/gtk+2
  16. MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corewars/}
  17. AUTOCONF_VERSION= 2.59
  18. CONFIGURE_STYLE=autoconf
  19. post-install:
  20. ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/corewars
  21. ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/corewars
  22. .include <bsd.port.mk>