1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

gtk11 -> gtk12

This commit is contained in:
Michael Haro 1999-04-22 07:57:18 +00:00
parent 19065e7ceb
commit aa3374648f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18076
9 changed files with 23 additions and 23 deletions

View File

@ -3,7 +3,7 @@
# Date created: 8 Aug 1998
# Whom: rom
#
# $Id: Makefile,v 1.6 1998/12/22 07:52:51 asami Exp $
# $Id: Makefile,v 1.7 1999/02/24 22:06:26 vanilla Exp $
#
DISTNAME= geg-0.99.0
@ -12,7 +12,7 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Park/2030/
MAINTAINER= rom_glsa@ein-hashofet.co.il
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
USE_GMAKE= yes

View File

@ -3,7 +3,7 @@
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.7 1998/11/23 18:22:53 vanilla Exp $
# $Id: Makefile,v 1.8 1999/01/05 13:49:59 vanilla Exp $
#
DISTNAME= ethereal-0.5.1
@ -13,12 +13,12 @@ MASTER_SITES= http://ethereal.zing.org/distribution/ \
MAINTAINER= billf@FreeBSD.ORG
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config"
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
MAN1= ethereal.1

View File

@ -3,7 +3,7 @@
# Date created: 14 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $Id: Makefile,v 1.1.1.1 1999/02/27 18:04:08 billf Exp $
# $Id: Makefile,v 1.2 1999/02/27 19:32:09 billf Exp $
#
DISTNAME= ggsd
@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar
MAINTAINER= dima@chg.ru
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
WRKSRC= ${WRKDIR}/GGSD
EXTRACT_CMD= ${TAR}

View File

@ -5,7 +5,7 @@
-CFLAGS=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\"
-LIBS=`gtk-config --libs`
+CFLAGS?=-O
+CFLAGS+=-Wall -DUSE_GUI `gtk11-config --cflags` -DVERSION=\"0.1\"
+LIBS=`gtk11-config --libs`
+CFLAGS+=-Wall -DUSE_GUI `gtk12-config --cflags` -DVERSION=\"0.1\"
+LIBS=`gtk12-config --libs`
all:

View File

@ -3,7 +3,7 @@
# Date created: 10 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $Id: Makefile,v 1.7 1998/11/23 18:22:53 vanilla Exp $
# $Id: Makefile,v 1.8 1999/01/05 13:49:59 vanilla Exp $
#
DISTNAME= ethereal-0.5.1
@ -13,12 +13,12 @@ MASTER_SITES= http://ethereal.zing.org/distribution/ \
MAINTAINER= billf@FreeBSD.ORG
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config"
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
MAN1= ethereal.1

View File

@ -3,7 +3,7 @@
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.3 1999/02/02 14:17:53 vanilla Exp $
# $Id: Makefile,v 1.4 1999/04/08 18:08:36 steve Exp $
#
DISTNAME= gnome-print-0.0.3
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:

View File

@ -3,7 +3,7 @@
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.3 1999/02/02 14:17:53 vanilla Exp $
# $Id: Makefile,v 1.4 1999/04/08 18:08:36 steve Exp $
#
DISTNAME= gnome-print-0.0.3
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:

View File

@ -3,7 +3,7 @@
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.3 1999/02/02 14:17:53 vanilla Exp $
# $Id: Makefile,v 1.4 1999/04/08 18:08:36 steve Exp $
#
DISTNAME= gnome-print-0.0.3
@ -24,7 +24,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
post-install:

View File

@ -3,7 +3,7 @@
# Date created: 17 July 1998
# Whom: mph
#
# $Id: Makefile,v 1.4 1998/09/22 22:55:55 asami Exp $
# $Id: Makefile,v 1.5 1998/12/08 16:21:12 vanilla Exp $
#
DISTNAME= xwatch-0.1.0
@ -12,11 +12,11 @@ MASTER_SITES= http://hem.passagen.se/osk/
MAINTAINER= mph@freebsd.org
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11-config"
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
post-install:
.if !defined(NOPORTDOCS)