f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
29 lines
712 B
Makefile
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>
|