Makefile 590 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.26 2017/04/10 11:45:28 sthen Exp $
  2. COMMENT= astrosmash clone for X
  3. DISTNAME = cosmosmash-1.4.7
  4. CATEGORIES= games
  5. HOMEPAGE= http://sarrazip.com/dev/cosmosmash.html
  6. # GPLv2+
  7. PERMIT_PACKAGE_CDROM= Yes
  8. WANTLIB += SDL SDL_image SDL_mixer c flatzebra-0.1 m pthread ${LIBCXX}
  9. WANTLIB += FLAC iconv jpeg mikmod ogg png smpeg sndio tiff usbhid
  10. WANTLIB += vorbis vorbisfile webp z
  11. MASTER_SITES= http://sarrazip.com/dev/
  12. LIB_DEPENDS = converters/libiconv \
  13. devel/flatzebra>=0.1.6
  14. RUN_DEPENDS= devel/desktop-file-utils
  15. CONFIGURE_STYLE= gnu
  16. .include <bsd.port.mk>