mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Simplify expressions for FreeBSD 13.X Reviewed by: many Differential Revision: https://reviews.freebsd.org/D46601
32 lines
812 B
Makefile
32 lines
812 B
Makefile
PORTNAME= telepathy-glib
|
|
PORTVERSION= 0.24.2
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GLib utility library for the Telepathy framework
|
|
WWW= https://telepathy.freedesktop.org/
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= vapigen:lang/vala
|
|
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib
|
|
RUN_DEPENDS= vapigen:lang/vala
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gmake gnome libtool pathfix pkgconfig python:build
|
|
USE_GNOME= glib20 introspection:build libxslt:build
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-vala-bindings
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${OPSYS} == FreeBSD
|
|
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|