mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
8d6597e0bb
With hat: portmgr Sponsored by: Absolight
21 lines
381 B
Makefile
21 lines
381 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -gst010
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GStreamer 0.10 plugin from libnice
|
|
|
|
LIB_DEPENDS= libnice.so:net-im/libnice
|
|
|
|
MASTERDIR= ${.CURDIR}/../libnice
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/gst
|
|
INSTALL_WRKSRC= ${WRKSRC}/gst
|
|
|
|
LIBNICE_SLAVE= gstreamer010
|
|
|
|
.include "${MASTERDIR}/Makefile"
|