aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/gtk-engines2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-23 15:48:46 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-23 15:48:46 +0000
commitfc561b597c438c92edfa7582175cfb085558d2f1 (patch)
tree95f626eef7fdf4155f1964bece3e96523496378e /x11-themes/gtk-engines2/Makefile
parenta170ea92f4e316845a2a33877b33b5936fbf77f7 (diff)
downloadports-fc561b597c438c92edfa7582175cfb085558d2f1.tar.gz
ports-fc561b597c438c92edfa7582175cfb085558d2f1.zip
Add gtk-engines2 after repo copy from gtk-engines. Gtk-engines is the theme
engine for GTK+-2.0.
Notes
Notes: svn path=/head/; revision=59807
Diffstat (limited to 'x11-themes/gtk-engines2/Makefile')
-rw-r--r--x11-themes/gtk-engines2/Makefile25
1 files changed, 15 insertions, 10 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
index 3dcc75125ae7..3a5c1e165335 100644
--- a/x11-themes/gtk-engines2/Makefile
+++ b/x11-themes/gtk-engines2/Makefile
@@ -1,28 +1,33 @@
-# New ports collection makefile for: gtk-engines
-# Date Created: 23 Dec 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
+# New ports collection makefile for: gtk-engines2
+# Date Created: 21 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
-PORTNAME= gtk-engines
-PORTVERSION= 0.12
-PORTREVISION= 2
+PORTNAME= gtk-engines2
+PORTVERSION= 1.9.0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gtk-engines
+MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta5
+DISTNAME= gtk-engines-${PORTVERSION}
+DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
+LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
+
+USE_BZIP2= yes
USE_X_PREFIX= yes
-USE_IMLIB= yes
USE_LIBTOOL= yes
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+PLIST_SUB= VERSION=2.0.0
-THEMES= metal notif pixmap raleigh redmond95
+THEMES= metal redmond95
post-patch:
@for theme in ${THEMES}; do \
- cd ${WRKSRC}/$$theme/Theme/gtk; \
+ cd ${WRKSRC}/$$theme/Theme/gtk-2.0; \
${MV} gtkrc gtkrc.tmp; \
${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \
done