diff options
author | eivind <eivind@FreeBSD.org> | 1998-11-09 01:00:25 +0800 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1998-11-09 01:00:25 +0800 |
commit | a17fc5056faf419775701ceb38ce420c2b07efa2 (patch) | |
tree | 8fa892cfd8e1124ed4831b70aae156158ab4d084 /x11-themes/gtkstep/Makefile | |
parent | 4b45e3c48d416438e1802c2d257bb234a5571fdc (diff) | |
download | freebsd-ports-gnome-a17fc5056faf419775701ceb38ce420c2b07efa2.tar.gz freebsd-ports-gnome-a17fc5056faf419775701ceb38ce420c2b07efa2.tar.zst freebsd-ports-gnome-a17fc5056faf419775701ceb38ce420c2b07efa2.zip |
Inital import of a GTKStep port. This provides GTK with a NeXTstep-like
interface.
Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
Diffstat (limited to 'x11-themes/gtkstep/Makefile')
-rw-r--r-- | x11-themes/gtkstep/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile new file mode 100644 index 000000000000..e96f0b01c406 --- /dev/null +++ b/x11-themes/gtkstep/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gtkstep +# Version required: 1.0.6 +# Date Created: 7 nov 98 +# Whom: Gilad Rom +# +# $Id$ +# + +DISTNAME= gtk+-1.0.6 +PKGNAME= gtkstep-1.0.6 +CATEGORIES= x11-toolkits +MASTER_SITES= ftp://ftp.gimp.org/pub/gtk/v1.0/ \ + ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.0/ \ + http://www.ameth.org/gimp/pub/gtk/v1.0/ + +PATCH_SITES= http://www-info2.informatik.uni-wuerzburg.de/mitarbeiter/ulli/gtkstep/source/ +PATCHFILES= gtkstep-1.0.6-2.patch.gz + +MAINTAINER= rom_glsa@ein-hashofet.co.il + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= INSTALL='$${INSTALL} -c' +CONFIGURE_ARGS= --includedir=${PREFIX}/include/gtk10 + +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> |