2003-06-13 02:18:47 +02:00
|
|
|
# New ports collection makefile for: gnome-themes-extras
|
|
|
|
# Date Created: 12 June 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $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
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 8
|
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
|
|
|
|
2003-06-13 02:18:47 +02:00
|
|
|
USE_BZIP2= yes
|
2006-04-30 02:47:21 +02:00
|
|
|
USE_GETTEXT= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2003-12-06 23:09:32 +01:00
|
|
|
USE_GMAKE= yes
|
2004-11-08 00:01:44 +01:00
|
|
|
USE_GNOME= gnomehack 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
|
2003-06-13 02:18:47 +02:00
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
.include <bsd.port.mk>
|