freebsd-ports/x11-themes/gtk-engines/Makefile

34 lines
740 B
Makefile
Raw Normal View History

1998-12-28 16:54:54 +01:00
# New ports collection makefile for: gtk-engines
1999-10-09 21:31:07 +02:00
# Version required: 0.8
1998-12-28 16:54:54 +01:00
# Date Created: 23 Dec 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
1998-12-28 16:54:54 +01:00
#
1999-08-31 05:04:38 +02:00
# $FreeBSD$
1998-12-28 16:54:54 +01:00
#
1999-10-09 21:31:07 +02:00
DISTNAME= gtk-engines-0.8
1998-12-28 16:54:54 +01:00
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
1999-04-08 20:08:39 +02:00
MASTER_SITE_SUBDIR= sources/gtk-engines
1998-12-28 16:54:54 +01:00
MAINTAINER= vanilla@FreeBSD.org
1998-12-28 16:54:54 +01:00
1999-10-08 05:30:33 +02:00
LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
1998-12-28 16:54:54 +01:00
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
1998-12-28 16:54:54 +01:00
.include <bsd.port.mk>