# Created by: ijliao # $FreeBSD$ PORTNAME= redland PORTVERSION= 1.0.17 PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ MAINTAINER= kde@FreeBSD.org COMMENT= High-level interface for RDF # Even though GPLv3 is not explicitly mentioned in the port's LICENSE.html, one # of its licenses is "GPLv2 or newer", which includes GPLv3. LICENSE= APACHE20 GPLv2 GPLv3 LGPL21 LICENSE_COMB= dual LIB_DEPENDS= libltdl.so:devel/libltdl \ libraptor2.so:textproc/raptor2 \ librasqal.so:textproc/rasqal USE_PERL5= build USES= gmake libtool pathfix perl5 pkgconfig shebangfix SHEBANG_FILES= scripts/touch-mtime.pl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-threestore=no USE_LDCONFIG= yes OPTIONS_DEFINE= BDB THREADS OPTIONS_DEFAULT= BDB BDB_USES= bdb BDB_CONFIGURE_OFF= --with-bdb=no THREADS_CONFIGURE_ENABLE= threads # MYSQL "Use MySQL instead of BDB" off \ # PGSQL "Use PgSQL instead of BDB" off \ # SQLITE "Use SQLite instead of BDB" off \ # VIRTUOSO "Use Virtoso instead of BDB" off #.if defined(WITH_MYSQL) #USE_MYSQL= yes #CONFIGURE_ARGS+=--with-mysql=yes #CPPFLAGS+= -I${LOCALBASE}/include/mysql -DHAVE_MYSQL_H #LIBS+= -L${LOCALBASE}/lib/mysql #PLIST_SUB+= MYSQL="" #.else CONFIGURE_ARGS+=--with-mysql=no PLIST_SUB+= MYSQL="@comment " #.endif #.if defined(WITH_PGSQL) #USES+= pgsql #CONFIGURE_ARGS+=--with-postgresql=yes #PLIST_SUB+= PGSQL="" #.else CONFIGURE_ARGS+=--with-postgresql=no PLIST_SUB+= PGSQL="@comment " #.endif #.if defined(WITH_SQLITE) #USES+= sqlite:3 #CONFIGURE_ARGS+=--with-sqlite=3 #PLIST_SUB+= SQLITE="" #.else CONFIGURE_ARGS+=--with-sqlite=no PLIST_SUB+= SQLITE="@comment " #.endif #.if defined(WITH_VIRTUOSO) #CONFIGURE_ARGS+=--with-virtuoso=yes #LIB_DEPENDS+= iodbc.3:databases/libiodbc #PLIST_SUB+= VIRTUOSO="" #.else CONFIGURE_ARGS+=--with-virtuoso=no PLIST_SUB+= VIRTUOSO="@comment " #.endif .include ndabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-qt4/Makefile
blob: cecaac15703311db7944d75270f67620fe16280e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Created by: Dima Panov <fluffy@FreeBSD.org>
# $FreeBSD$

PORTNAME=   gstreamer
PORTVERSION=    0.10.3
PORTREVISION=   6
CATEGORIES= multimedia
MASTER_SITES=   http://gstreamer.freedesktop.org/src/qt-${PORTNAME}/
PKGNAMESUFFIX=  -qt4
DISTNAME=   qt-${PORTNAME}-${PORTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT=    Qt4 bindings for GStreamer multimedia library

LICENSE=    LGPL21+
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libboost_thread.so:devel/boost-libs

USES=       bison cmake:noninja gmake kde:4 pathfix pkgconfig tar:bzip2
USE_LDCONFIG=   yes
USE_GSTREAMER=  yes
USE_GNOME=  glib20
USE_KDE=    automoc4
USE_QT4=    corelib gui opengl declarative \
        qmake_build moc_build rcc_build uic_build qtestlib_build

PLIST_SUB=  VERSION="${PORTVERSION}" GST_VERSION="${GST_VERSION}"

GST_VERSION=    ${PORTVERSION:C/..$//}

CMAKE_ARGS+=    -DCMAKE_INCLUDE_PATH:STRING="${LOCALBASE}/include"
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>