diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:26:18 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:26:18 +0000 |
commit | de4d87c1dd1b1ee968172cf6971459260491b491 (patch) | |
tree | 9257374a089ab643d76aee9b7fb1937b6c0a0166 /x11-toolkits/gtkstep/Makefile | |
parent | 7c8c1c11f31e2992ce1d83d11f738201459bf05b (diff) | |
download | ports-de4d87c1dd1b1ee968172cf6971459260491b491.tar.gz ports-de4d87c1dd1b1ee968172cf6971459260491b491.zip |
Update to version 1.5.
PR: 11850
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes:
svn path=/head/; revision=19068
Diffstat (limited to 'x11-toolkits/gtkstep/Makefile')
-rw-r--r-- | x11-toolkits/gtkstep/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/x11-toolkits/gtkstep/Makefile b/x11-toolkits/gtkstep/Makefile index 9d2f15de44b3..0e3c28e1e1cd 100644 --- a/x11-toolkits/gtkstep/Makefile +++ b/x11-toolkits/gtkstep/Makefile @@ -1,25 +1,24 @@ # New ports collection makefile for: gtkstep -# Version required: 1.4 +# Version required: 1.5 # Date Created: 7 nov 98 # Whom: Gilad Rom # -# $Id: Makefile,v 1.4 1999/03/15 18:30:06 nectar Exp $ +# $Id: Makefile,v 1.5 1999/04/22 06:49:17 nectar Exp $ # -DISTNAME= gtkstep-1.4 +DISTNAME= gtkstep-1.5 CATEGORIES= x11-toolkits MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/mitarbeiter/ulli/gtkstep/ \ ftp://sunshine.informatik.uni-wuerzburg.de/pub/wmaker/gtkstep/ MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gdk_imlib.3:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_X_PREFIX= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" .include <bsd.port.mk> |