1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/x11-themes/nimbus/Makefile
Koop Mast 2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00

25 lines
686 B
Makefile

# Created by: Karsten Pedersen <kpedersen@opencde.org>
# $FreeBSD$
PORTNAME= nimbus
PORTVERSION= 0.1.7
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= http://dlc.sun.com/osol/jds/downloads/extras/nimbus/ \
http://devio.us/~kpedersen/distfiles/
MAINTAINER= kpedersen@opencde.org
COMMENT= GTK+ 2.x engine from the OpenSolaris project
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/icon-naming-utils.pc:${PORTSDIR}/x11-themes/icon-naming-utils
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
USES= gettext gmake libtool pkgconfig tar:bzip2
USE_LDCONFIG= yes
USE_GNOME= gtk20 intltool
.include <bsd.port.mk>