Let gtk ports find gtk under /usr/local.
This commit is contained in:
parent
b9822f231d
commit
cf033bb30a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2000/03/05 18:30:38 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2000/03/19 16:59:10 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.6 1999/04/06 12:02:41 flathill Exp $
|
||||
|
||||
DISTNAME= gicq-0.33
|
||||
@ -22,6 +22,6 @@ GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS= --without-gnome --disable-nls
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE} -L${X11BASE}/lib" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
||||
GTK_CONFIG="${LOCALBASE}/bin/gtk-config"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2000/03/05 18:30:39 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2000/03/19 16:59:10 espie Exp $
|
||||
# $FreeBSD: Makefile,v 1.12 1999/06/08 23:41:54 steve Exp $
|
||||
|
||||
DISTNAME= xchat-1.2.1
|
||||
@ -24,7 +24,7 @@ GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ARGS+= --disable-gnome --disable-imlib --disable-panel
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
||||
GTK_CONFIG="${LOCALBASE}/bin/gtk-config"
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/xchat
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2000/03/05 18:30:45 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2000/03/19 16:59:10 espie Exp $
|
||||
|
||||
DISTNAME= bluefish-0.3.6
|
||||
CATEGORIES= www
|
||||
@ -20,7 +20,7 @@ RUN_DEPENDS= weblint:www/weblint
|
||||
LIB_DEPENDS= gtk.1.2:x11/gtk+ \
|
||||
gdk_imlib:graphics/imlib
|
||||
|
||||
GTK_CONFIG= ${X11BASE}/bin/gtk-config
|
||||
GTK_CONFIG= ${LOCALBASE}/bin/gtk-config
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Date created: 28 Jan 2000
|
||||
# Whom: Kevin Lo <kevlo@openbsd.org>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 2000/03/05 18:30:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2000/03/19 16:59:11 espie Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xfce-3.2.5
|
||||
@ -15,16 +15,16 @@ MAINTAINER= kevlo@openbsd.org
|
||||
|
||||
LIB_DEPENDS= Imlib.19:graphics/imlib \
|
||||
gtk.1:x11/gtk+
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/sox:audio/sox
|
||||
RUN_DEPENDS= sox:audio/sox
|
||||
|
||||
GTK_CONFIG= ${X11BASE}/bin/gtk-config
|
||||
GTK_CONFIG= ${LOCALBASE}/bin/gtk-config
|
||||
|
||||
USE_X11= Yes
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --prefix=${X11BASE} \
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--localstatedir=${PREFIX}/share \
|
||||
--datadir=${PREFIX}/share \
|
||||
--with-xpm=${X11BASE}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2000/03/05 18:30:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2000/03/19 16:59:11 espie Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1999/03/04 08:58:42 tron Exp $
|
||||
|
||||
DISTNAME= xtraceroute-0.8.14
|
||||
@ -28,7 +28,7 @@ USE_X11= Yes
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
||||
GTK_CONFIG="${LOCALBASE}/bin/gtk-config"
|
||||
|
||||
post-install:
|
||||
@mkdir -p ${PREFIX}/share/xtraceroute/
|
||||
|
Loading…
Reference in New Issue
Block a user