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

31 lines
635 B
Makefile
Raw Normal View History

1998-12-28 16:54:54 +01:00
# New ports collection makefile for: gtk-engines
# 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
#
PORTNAME= gtk-engines
2001-03-19 21:39:57 +01:00
PORTVERSION= 0.12
PORTREVISION= 2
1998-12-28 16:54:54 +01:00
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gtk-engines
1998-12-28 16:54:54 +01:00
MAINTAINER= gnome@FreeBSD.org
1998-12-28 16:54:54 +01:00
USE_X_PREFIX= yes
2000-10-05 08:57:56 +02:00
USE_IMLIB= yes
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
1998-12-28 16:54:54 +01:00
.include <bsd.port.mk>