summaryrefslogblamecommitdiffstats
path: root/deskutils/gnome-system-log/Makefile
blob: 710ae8567a890a4af25e4faa95b1350a898df21d (plain) (tree)
1
2
3
4
5
6




                                                                              
                                                                                        

















                                         
                                                                  







                                                      
# New ports collection makefile for:    gnomeutils2
# Date created:             06 May 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/deskutils/gnome-system-log/Makefile,v 1.1 2012/05/31 15:11:23 kwm Exp $
#

PORTNAME=   gnome-system-log
PORTVERSION=    3.4.1
CATEGORIES= deskutils gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME 3 system log viewer

CONFLICTS=  gnome-utils-2.[0-9]*

USE_XZ=     yes
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes
USE_GNOME=  gnomeprefix gnomehack intlhack gtk30 gnomedocutils
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

MAN1=       gnome-system-log.1
GLIB_SCHEMAS=   org.gnome.gnome-system-log.gschema.xml

.include <bsd.port.mk>