mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
fd0a7468f1
- Add mutual conflicts between gitg and gitg0 - While here, fix portlint warning in gitg
40 lines
902 B
Makefile
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>
|