freebsd-ports/x11-themes/gtk-engines/Makefile
Mario Sergio Fujikawa Ferreira c4e8cae589 Deploy USE_GNOMENG infrastructure
PR:		42309
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 03:58:24 +00:00

31 lines
654 B
Makefile

# New ports collection makefile for: gtk-engines
# Date Created: 23 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gtk-engines
PORTVERSION= 0.12
PORTREVISION= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gtk-engines
MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= imlib
USE_LIBTOOL= yes
THEMES= metal notif pixmap raleigh 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>