mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
f82f137d5d
Enable introspection support.
22 lines
439 B
Makefile
22 lines
439 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -gst1
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GStreamer 1 plugin from libnice
|
|
|
|
LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice
|
|
|
|
MASTERDIR= ${.CURDIR}/../libnice
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/gst
|
|
INSTALL_WRKSRC= ${WRKSRC}/gst
|
|
|
|
LIBNICE_SLAVE= gstreamer1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|