1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net-im/corebird/Makefile
Olivier Duchateau 48473259c9 Update to 1.0.1
PR:		202238
Submitted by:	Carlos Puga Medina (maintainer)
2015-08-14 19:13:21 +00:00

57 lines
1.3 KiB
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= corebird
PORTVERSION= 1.0.1
CATEGORIES= net-im
MAINTAINER= cpm@fbsd.es
COMMENT= GTK3 Twitter client written in Vala
LICENSE= GPLv3
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
libnotify.so:${PORTSDIR}/devel/libnotify \
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
librest-0.7.so:${PORTSDIR}/devel/librest \
libgee-0.8.so:${PORTSDIR}/devel/libgee
USE_GITHUB= yes
GH_ACCOUNT= baedert
USES= autoreconf gettext gmake libtool pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
USE_SQLITE= yes
INSTALLS_ICONS= yes
OPTIONS_DEFINE= GSTREAMER
OPTIONS_DEFAULT= GSTREAMER
GSTREAMER_DESC= Gstreamer support
GLIB_SCHEMAS= org.baedert.corebird.gschema.xml
.include <bsd.port.options.mk>
post-extract:
cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in.in \
corebird.desktop.in.in
.if ${PORT_OPTIONS:MGSTREAMER}
USE_GSTREAMER1= yes bad good libav x ximagesrc
.else
CONFIGURE_ARGS+= --disable-video
.endif
pre-configure:
${MKDIR} ${WRKSRC}/m4
# Replace locales files in right place
post-configure:
${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \
${WRKSRC}/po/Makefile
.include <bsd.port.mk>