1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/multimedia/hs-gstreamer/Makefile
Gabor Pali 1a75cb1d44 - Stagify lang/ghc and all the Haskell Cabal ports
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
  ${DO_NADA}, some refactoring

Obtained from:	FreeBSD Haskell
2014-01-09 21:32:12 +00:00

22 lines
476 B
Makefile

# $FreeBSD$
PORTNAME= gstreamer
PORTVERSION= 0.12.1.2
PORTREVISION= 4
CATEGORIES= multimedia haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Binding to the GStreamer open source multimedia framework
LIB_DEPENDS= gstreamer:${PORTSDIR}/multimedia/gstreamer
LICENSE= LGPL21
USES= pkgconfig
USE_CABAL= glib>=0.12 mtl
BUILD_DEPENDS+= gstreamer-plugins>=0.10:${PORTSDIR}/multimedia/gstreamer-plugins
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>