1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/gitg/Makefile
Dmitry Marakasov fd0a7468f1 - As gitg is becoming more and more bloated with heavy gnome3 depends, resurrect lightweight gtk2 gitg version 0.0.8 as a separate port
- Add mutual conflicts between gitg and gitg0
- While here, fix portlint warning in gitg
2014-01-20 15:19:20 +00:00

40 lines
902 B
Makefile

# Created by: kipz <somicide@gmail.com>
# $FreeBSD$
PORTNAME= gitg
PORTVERSION= 0.2.7
CATEGORIES= devel deskutils gnome
MASTER_SITES= GNOME
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= GTK-based git repository viewer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
RUN_DEPENDS= gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \
git:${PORTSDIR}/devel/git
CONFLICTS= gitg0-[0-9]*
USE_XZ= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-silent-rules \
--disable-maintainer-mode \
--enable-compile-warnings=no
USE_GNOME= glib20 gtk30 gtksourceview3
USES= gettext gmake pkgconfig pathfix
INSTALLS_ICONS= yes
GLIB_SCHEMAS= org.gnome.gitg.gschema.xml
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE=nls
.include <bsd.port.mk>