freebsd-ports/x11-themes/nimbus/Makefile
Tijl Coosemans 7243614ae8 - Remove dependencies implied by USE_GNOME=gtk20
- USES=libtool tar:bzip2
- INSTALL_TARGET=install-strip
- Disable static module
2014-07-01 17:38:06 +00:00

24 lines
669 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= gmake libtool pkgconfig tar:bzip2
USE_LDCONFIG= yes
USE_GNOME= gtk20
.include <bsd.port.mk>