summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-engines/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /x11-themes/gtk-engines/Makefile
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.0
Notes
Notes: svn path=/head/; revision=21673 svn path=/tags/RELEASE_3_3_0/; revision=21674; tag=release/3.3.0
Diffstat (limited to 'x11-themes/gtk-engines/Makefile')
-rw-r--r--x11-themes/gtk-engines/Makefile33
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 fe12bff5d973..000000000000
--- a/x11-themes/gtk-engines/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gtk-engines
-# Version required: 0.5
-# Date Created: 23 Dec 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= gtk-engines-0.5
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gtk-engines
-
-MAINTAINER= vanilla@FreeBSD.org
-
-LIB_DEPENDS= gdk_imlib.4:${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>