1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/giggle/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

47 lines
1.1 KiB
Makefile

# Created by: Ashish Shukla <wahjava@gmail.com>
# $FreeBSD$
PORTNAME= giggle
PORTVERSION= 0.7
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= ashish@FreeBSD.org
COMMENT= GTK+ frontend for git version control system
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= git:devel/git \
p5-XML-Parser>=0:textproc/p5-XML-Parser \
itstool:textproc/itstool
RUN_DEPENDS= git:devel/git
OPTIONS_DEFINE= NLS
#VTE_DESC= Terminal Widget
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk30 intltool libglade2 gtksourceview3 gdkpixbuf2
USES= desktop-file-utils gmake libtool pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lintl `${LOCALBASE}/bin/pkg-config -libs gmodule-2.0`
INSTALL_TARGET= install-strip
PLIST_SUB+= GIGGLE_VER=${PORTVERSION}
CONFIGURE_ARGS+= --disable-evolution-data-server \
--with-git-command=${LOCALBASE}/bin/git
# disable vte support until giggle catches up with the new API
CONFIGURE_ARGS+= --disable-terminal
OPTIONS_SUB= yes
#VTE_USE= GNOME=vte3
#VTE_CONFIGURE_ENABLE= terminal
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
.include <bsd.port.mk>