summaryrefslogtreecommitdiff
path: root/x11-toolkits/rep-gtk2/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-14 22:26:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-14 22:26:39 +0000
commitf2cd74c0faf26743e05d239c36ca9b5fa1049430 (patch)
tree101c6cf1f62c9cf6e26ec8dd37f5d0073efe7d7e /x11-toolkits/rep-gtk2/Makefile
parentRemove unneeded configure arg (diff)
Update to 20020509 (version in GNOME2 RC2) after a repo-copies from
lang/librep, x11-toolkits/rep-gtk and x11-wm/sawfish.
Notes
Notes: svn path=/head/; revision=59114
Diffstat (limited to 'x11-toolkits/rep-gtk2/Makefile')
-rw-r--r--x11-toolkits/rep-gtk2/Makefile37
1 files changed, 11 insertions, 26 deletions
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile
index b0c03512acb8..33687c342f6d 100644
--- a/x11-toolkits/rep-gtk2/Makefile
+++ b/x11-toolkits/rep-gtk2/Makefile
@@ -5,44 +5,29 @@
# $FreeBSD$
#
-PORTNAME= rep-gtk
-PORTVERSION= 0.15
-PORTREVISION= 1
+PORTNAME= rep-gtk2
+PORTVERSION= 2002.05.02
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/rep-gtk
-#DIST_SUBDIR= gnome
+MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
+DISTNAME= rep-gtk-${PORTVERSION:S/./-/g}
+DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-LIB_DEPENDS= rep.11:${PORTSDIR}/lang/librep
+LIB_DEPENDS= rep.11:${PORTSDIR}/lang/librep2 \
+ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//}
+USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GTK= yes
-WANT_GNOME= yes
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-libglade \
+ --with-gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-.undef WITHOUT_GNOME
-.undef WITHOUT_ALL
-WITH_GNOME= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if defined(HAVE_GNOME)
-USE_GNOME= yes
-CONFIGURE_ARGS= --with-gnome --with-libglade --with-gdk-pixbuf \
- --with-gnome-canvas-pixbuf
-.else
-CONFIGURE_ARGS= --without-libglade --without-gnome --without-gdk-pixbuf \
- --without-gnome-canvas-pixbuf
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>