diff options
| -rw-r--r-- | irc/xchat-devel/Makefile | 16 | ||||
| -rw-r--r-- | irc/xchat-gnome/Makefile | 16 | ||||
| -rw-r--r-- | irc/xchat/Makefile | 16 | ||||
| -rw-r--r-- | irc/xchat1/Makefile | 16 | ||||
| -rw-r--r-- | irc/xchat2/Makefile | 16 | 
5 files changed, 70 insertions, 10 deletions
diff --git a/irc/xchat-devel/Makefile b/irc/xchat-devel/Makefile index 1aec871c6923..7d3408e6e4ae 100644 --- a/irc/xchat-devel/Makefile +++ b/irc/xchat-devel/Makefile @@ -3,7 +3,7 @@  # Date created:			17 Nov 1998  # Whom:				Jim Mock <jim@phrantic.phear.net>  # -# $Id: Makefile,v 1.17 1999/07/17 03:56:06 cpiazza Exp $ +# $Id: Makefile,v 1.18 1999/07/19 03:59:57 cpiazza Exp $  #  DISTNAME=	xchat-1.1.3 @@ -22,7 +22,19 @@ USE_BZIP2=	yes  USE_GMAKE=	yes  USE_PERL5=	yes  GNU_CONFIGURE=	yes -CONFIGURE_ARGS=	--disable-gnome --disable-panel --disable-nls +CONFIGURE_ARGS=	--disable-nls + +.if defined(USE_GNOME) +CONFIGURE_ARGS+= --enable-gnome +.if defined(USE_PANEL) +CONFIGURE_ARGS+= --enable-panel +.else +CONFIGURE_ARGS+= --disable-panel +.endif +.else +CONFIGURE_ARGS+= --disable-gnome +.endif +  CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"  post-install: diff --git a/irc/xchat-gnome/Makefile b/irc/xchat-gnome/Makefile index 1aec871c6923..7d3408e6e4ae 100644 --- a/irc/xchat-gnome/Makefile +++ b/irc/xchat-gnome/Makefile @@ -3,7 +3,7 @@  # Date created:			17 Nov 1998  # Whom:				Jim Mock <jim@phrantic.phear.net>  # -# $Id: Makefile,v 1.17 1999/07/17 03:56:06 cpiazza Exp $ +# $Id: Makefile,v 1.18 1999/07/19 03:59:57 cpiazza Exp $  #  DISTNAME=	xchat-1.1.3 @@ -22,7 +22,19 @@ USE_BZIP2=	yes  USE_GMAKE=	yes  USE_PERL5=	yes  GNU_CONFIGURE=	yes -CONFIGURE_ARGS=	--disable-gnome --disable-panel --disable-nls +CONFIGURE_ARGS=	--disable-nls + +.if defined(USE_GNOME) +CONFIGURE_ARGS+= --enable-gnome +.if defined(USE_PANEL) +CONFIGURE_ARGS+= --enable-panel +.else +CONFIGURE_ARGS+= --disable-panel +.endif +.else +CONFIGURE_ARGS+= --disable-gnome +.endif +  CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"  post-install: diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 1aec871c6923..7d3408e6e4ae 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/Makefile @@ -3,7 +3,7 @@  # Date created:			17 Nov 1998  # Whom:				Jim Mock <jim@phrantic.phear.net>  # -# $Id: Makefile,v 1.17 1999/07/17 03:56:06 cpiazza Exp $ +# $Id: Makefile,v 1.18 1999/07/19 03:59:57 cpiazza Exp $  #  DISTNAME=	xchat-1.1.3 @@ -22,7 +22,19 @@ USE_BZIP2=	yes  USE_GMAKE=	yes  USE_PERL5=	yes  GNU_CONFIGURE=	yes -CONFIGURE_ARGS=	--disable-gnome --disable-panel --disable-nls +CONFIGURE_ARGS=	--disable-nls + +.if defined(USE_GNOME) +CONFIGURE_ARGS+= --enable-gnome +.if defined(USE_PANEL) +CONFIGURE_ARGS+= --enable-panel +.else +CONFIGURE_ARGS+= --disable-panel +.endif +.else +CONFIGURE_ARGS+= --disable-gnome +.endif +  CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"  post-install: diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 1aec871c6923..7d3408e6e4ae 100644 --- a/irc/xchat1/Makefile +++ b/irc/xchat1/Makefile @@ -3,7 +3,7 @@  # Date created:			17 Nov 1998  # Whom:				Jim Mock <jim@phrantic.phear.net>  # -# $Id: Makefile,v 1.17 1999/07/17 03:56:06 cpiazza Exp $ +# $Id: Makefile,v 1.18 1999/07/19 03:59:57 cpiazza Exp $  #  DISTNAME=	xchat-1.1.3 @@ -22,7 +22,19 @@ USE_BZIP2=	yes  USE_GMAKE=	yes  USE_PERL5=	yes  GNU_CONFIGURE=	yes -CONFIGURE_ARGS=	--disable-gnome --disable-panel --disable-nls +CONFIGURE_ARGS=	--disable-nls + +.if defined(USE_GNOME) +CONFIGURE_ARGS+= --enable-gnome +.if defined(USE_PANEL) +CONFIGURE_ARGS+= --enable-panel +.else +CONFIGURE_ARGS+= --disable-panel +.endif +.else +CONFIGURE_ARGS+= --disable-gnome +.endif +  CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"  post-install: diff --git a/irc/xchat2/Makefile b/irc/xchat2/Makefile index 1aec871c6923..7d3408e6e4ae 100644 --- a/irc/xchat2/Makefile +++ b/irc/xchat2/Makefile @@ -3,7 +3,7 @@  # Date created:			17 Nov 1998  # Whom:				Jim Mock <jim@phrantic.phear.net>  # -# $Id: Makefile,v 1.17 1999/07/17 03:56:06 cpiazza Exp $ +# $Id: Makefile,v 1.18 1999/07/19 03:59:57 cpiazza Exp $  #  DISTNAME=	xchat-1.1.3 @@ -22,7 +22,19 @@ USE_BZIP2=	yes  USE_GMAKE=	yes  USE_PERL5=	yes  GNU_CONFIGURE=	yes -CONFIGURE_ARGS=	--disable-gnome --disable-panel --disable-nls +CONFIGURE_ARGS=	--disable-nls + +.if defined(USE_GNOME) +CONFIGURE_ARGS+= --enable-gnome +.if defined(USE_PANEL) +CONFIGURE_ARGS+= --enable-panel +.else +CONFIGURE_ARGS+= --disable-panel +.endif +.else +CONFIGURE_ARGS+= --disable-gnome +.endif +  CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"  post-install:  | 
