Makefile 701 B

123456789101112131415161718192021222324252627282930
  1. # $OpenBSD: Makefile,v 1.30 2017/04/10 11:46:20 sthen Exp $
  2. COMMENT= lightweight video thumbnailer for file managers
  3. DISTNAME= ffmpegthumbnailer-2.0.8
  4. REVISION= 4
  5. CATEGORIES= graphics multimedia
  6. MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=ffmpegthumbnailer/}
  7. SHARED_LIBS= ffmpegthumbnailer 4.1
  8. HOMEPAGE= https://github.com/dirkvdb/ffmpegthumbnailer
  9. # GPLv2+
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB += avcodec avformat avutil c jpeg m png pthread ${LIBCXX}
  12. WANTLIB += swscale xvidcore
  13. LIB_DEPENDS= graphics/ffmpeg \
  14. graphics/jpeg \
  15. graphics/png
  16. CONFIGURE_STYLE= autoconf
  17. AUTOCONF_VERSION= 2.69
  18. CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
  19. LDFLAGS="-L${LOCALBASE}/lib"
  20. .include <bsd.port.mk>