freebsd-ports/x11-themes/gtk-engines2/Makefile
Steve Price 17c11bd357 Fixup after imlib version bump.
PR:		11843
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-29 04:10:49 +00:00

33 lines
783 B
Makefile

# 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.11 1999/04/08 18:08:39 steve Exp $
#
DISTNAME= gtk-engines-0.5
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gtk-engines
MAINTAINER= vanilla@FreeBSD.ORG
LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= GTK_CONFIG="${GTK_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
.include <bsd.port.mk>