diff options
Diffstat (limited to 'x11-themes/gtk-engines/Makefile')
-rw-r--r-- | x11-themes/gtk-engines/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile new file mode 100644 index 000000000..36e58b827 --- /dev/null +++ b/x11-themes/gtk-engines/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gtk-engines +# Date Created: 23 Dec 1998 +# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= gtk-engines +PORTVERSION= 0.12 +PORTREVISION= 5 +CATEGORIES= x11-themes +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gtk-engines/0.12 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Theme engine for gtk+ toolkits + +USE_XLIB= yes +USE_GNOME= imlib +GNU_CONFIGURE= 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> |