summaryrefslogblamecommitdiffstats
path: root/x11-themes/gtk-engines3/Makefile
blob: 8027f93a24deec06193bef01f2d0d38fd46d9663 (plain) (tree)





































                                                                                           
# New ports collection makefile for:    gtk-engines2
# Date Created:             21 May 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/x11-themes/gtk-engines3/Makefile,v 1.3 2010/07/07 10:15:06 kwm Exp $
#

PORTNAME=   gtk-engines3
PORTVERSION=    2.91.1
CATEGORIES= x11-themes
MASTER_SITES=   GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/3$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DISTNAME=   ${PORTNAME:S/3$//}-${PORTVERSION}
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Theme engine for the GTK+-3.0 toolkit

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING
USE_GMAKE=  yes
USE_BZIP2=  yes
USE_GNOME=  gnomehack gtk30 intlhack ltasneededhack
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
USE_AUTOTOOLS=  libtool
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

OPTIONS=    ANIMATION "Enable animated progressbars" off

.include <bsd.port.options.mk>

.if defined(WITH_ANIMATION)
CONFIGURE_ARGS+=    --enable-animation
.endif

.include <bsd.port.mk>