2013-09-03 14:13:23 +02:00
|
|
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
2003-06-13 02:18:47 +02:00
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/x11-themes/gnome-themes-extras/Makefile,v 1.18 2007/10/04 02:36:16 mezz Exp $
|
2003-06-13 02:18:47 +02:00
|
|
|
|
|
|
|
PORTNAME= gnome-themes-extras
|
2008-04-03 15:35:42 +02:00
|
|
|
PORTVERSION= 2.22.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 9
|
2004-06-02 04:26:24 +02:00
|
|
|
CATEGORIES= x11-themes gnome
|
2007-10-25 01:37:25 +02:00
|
|
|
MASTER_SITES= GNOME
|
2003-06-13 02:18:47 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= More themes for the GNOME 2 desktop environment
|
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
BUILD_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2 \
|
|
|
|
icon-naming-utils>=0.8.1:${PORTSDIR}/x11-themes/icon-naming-utils
|
|
|
|
RUN_DEPENDS= gtk-engines2>=2.11.0:${PORTSDIR}/x11-themes/gtk-engines2
|
2005-03-12 12:20:58 +01:00
|
|
|
|
2014-04-26 02:39:39 +02:00
|
|
|
USES= gettext gmake pkgconfig tar:bzip2
|
|
|
|
USE_GNOME= libgnomeui intlhack
|
2005-11-08 13:49:51 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-04-26 02:39:39 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-06-13 02:18:47 +02:00
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
.include <bsd.port.mk>
|