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






































                                                                                           
# New ports collection makefile for:    gtk-engines2
# Date Created:             21 May 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom$
#

PORTNAME=   gtk-engines3
PORTVERSION=    2.90.2.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

USE_GMAKE=  yes
USE_BZIP2=  yes
USE_GNOME=  gnomehack gtk30 intlhack ltasneededhack
USE_GETTEXT=    yes
USE_LDCONFIG=   yes
USE_AUTOTOOLS=  libtool:22
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

OPTIONS=    ANIMATION "Enable animated progressbars" off

.include <bsd.port.pre.mk>

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

post-install:
    @(cd ${WRKSRC}/po && ${GMAKE} install)

.include <bsd.port.post.mk>