Makefile 747 B

12345678910111213141516171819202122232425262728293031
  1. # $OpenBSD: Makefile,v 1.11 2015/10/07 05:50:25 ajacoutot Exp $
  2. COMMENT = tool to play previews of audio and video files
  3. DISTNAME = audiopreview-0.6
  4. REVISION = 4
  5. CATEGORIES = multimedia
  6. HOMEPAGE = http://audiopreview.codealpha.net/audiopreview/
  7. # GPLv3
  8. PERMIT_PACKAGE_CDROM = Yes
  9. WANTLIB = c gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gstreamer-0.10 \
  10. gthread-2.0 pthread xml2
  11. MASTER_SITES = http://audiopreview.codealpha.net/files/
  12. MODULES = devel/gettext \
  13. textproc/intltool
  14. RUN_DEPENDS = multimedia/gstreamer-0.10/plugins-ffmpeg \
  15. multimedia/gstreamer-0.10/plugins-good
  16. BUILD_DEPENDS = ${RUN_DEPENDS}
  17. CONFIGURE_STYLE = gnu
  18. CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
  19. LDFLAGS="-L${LOCALBASE}/lib"
  20. .include <bsd.port.mk>