Makefile 889 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # $OpenBSD: Makefile,v 1.7 2017/04/10 11:45:28 sthen Exp $
  2. COMMENT = versatile Commodore emulator
  3. DISTNAME = vice-3.1
  4. CATEGORIES = emulators
  5. HOMEPAGE = http://vice-emu.sourceforge.net/
  6. # GPLv2+
  7. PERMIT_PACKAGE_CDROM = Yes
  8. WANTLIB += FLAC GL SDL c gif jpeg m ogg png pthread readline ${LIBCXX}
  9. WANTLIB += termcap vorbis vorbisenc vorbisfile z
  10. MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=vice-emu/}
  11. LIB_DEPENDS = audio/flac \
  12. audio/libvorbis \
  13. devel/sdl \
  14. graphics/giflib \
  15. graphics/jpeg \
  16. graphics/png
  17. CONFIGURE_STYLE = autoconf
  18. AUTOCONF_VERSION = 2.68
  19. CONFIGURE_ARGS += --without-oss \
  20. --without-pulse \
  21. --with-sdlsound \
  22. --disable-lame \
  23. --disable-portaudio \
  24. --enable-sdlui
  25. CONFIGURE_ENV += ac_cv_header_mpg123_h=no
  26. pre-configure:
  27. ${SUBST_CMD} ${WRKSRC}/man/vice.1
  28. post-install:
  29. rm ${PREFIX}/lib/vice/doc/vice.info
  30. .include <bsd.port.mk>