aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk-engines/Makefile
blob: 6619641319f525cb7ba40f28efdcd7757e6cbfcf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    gtk-engines
# Version required:         0.5
# Date Created:             23 Dec 1998
# Whom:                 Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.9 1999/03/15 18:30:06 nectar Exp $
#

DISTNAME=   gtk-engines-0.5
CATEGORIES= x11-toolkits
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= gtk-engines

MAINTAINER= vanilla@FreeBSD.ORG

LIB_DEPENDS=    gdk_imlib.3:${PORTSDIR}/graphics/imlib

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  GTK_CONFIG="${X11BASE}/bin/gtk12-config"

THEMES=     metal notif pixmap redmond95

post-patch:
    @for theme in ${THEMES}; do \
        cd ${WRKSRC}/$$theme/Theme/gtk; \
        ${MV} gtkrc gtkrc.tmp; \
        ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \
    done

post-install:
    @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>