diff options
Diffstat (limited to 'x11-themes/gtk-engines/Makefile')
-rw-r--r-- | x11-themes/gtk-engines/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile deleted file mode 100644 index 4929b10b53db..000000000000 --- a/x11-themes/gtk-engines/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# 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.10 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gtk-engines - -MAINTAINER= vanilla@FreeBSD.org - -LIB_DEPENDS= gdk_imlib.5:${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> |