freebsd-ports/deskutils/gnome-system-log/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

29 lines
712 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/deskutils/gnome-system-log/Makefile 19571 2014-04-25 18:12:46Z kwm $
PORTNAME= gnome-system-log
PORTVERSION= 3.9.90
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 system log viewer
BUILD_DEPENDS= itstool:textproc/itstool
CONFLICTS= gnome-utils-2.[0-9]*
USES= gettext gmake pathfix pkgconfig tar:xz
USE_GNOME= gnomeprefix intlhack gtk30
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.gnome-system-log.gschema.xml
.include <bsd.port.mk>