Forget about ${PREFIX}/include/giflib.

This commit is contained in:
Thomas Gellekum 1999-05-27 07:32:49 +00:00
parent f2b2a0494b
commit 25490e549c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19018
47 changed files with 92 additions and 141 deletions

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.31 1999/03/24 23:41:16 se Exp $
# $Id: Makefile,v 1.32 1999/05/03 22:28:26 se Exp $
#
DISTNAME= kdemultimedia-1.1.1
@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.31 1999/03/24 23:41:16 se Exp $
# $Id: Makefile,v 1.32 1999/05/03 22:28:26 se Exp $
#
DISTNAME= kdemultimedia-1.1.1
@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.31 1999/03/24 23:41:16 se Exp $
# $Id: Makefile,v 1.32 1999/05/03 22:28:26 se Exp $
#
DISTNAME= kdemultimedia-1.1.1
@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
# $Id: Makefile,v 1.11 1998/10/02 18:21:25 brian Exp $
# $Id: Makefile,v 1.12 1999/04/21 03:21:14 jkoshy Exp $
#
DISTNAME= korganizer-1.1
@ -22,9 +22,7 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:30:41 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:40 se Exp $
#
DISTNAME= kdegames-1.1.1
@ -21,8 +21,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
USE_GMAKE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:30:41 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:40 se Exp $
#
DISTNAME= kdegames-1.1.1
@ -21,8 +21,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
USE_GMAKE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:30:41 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:40 se Exp $
#
DISTNAME= kdegames-1.1.1
@ -21,8 +21,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
USE_GMAKE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:30:41 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:40 se Exp $
#
DISTNAME= kdegames-1.1.1
@ -21,8 +21,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
USE_GMAKE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \

View file

@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.46 1999/03/27 10:35:57 vanilla Exp $
# $Id: Makefile,v 1.47 1999/04/08 18:08:33 steve Exp $
#
DISTNAME= imlib-1.9.4
@ -23,8 +23,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/giflib" \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LIBS="-L${LOCALBASE}/lib"

View file

@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.46 1999/03/27 10:35:57 vanilla Exp $
# $Id: Makefile,v 1.47 1999/04/08 18:08:33 steve Exp $
#
DISTNAME= imlib-1.9.4
@ -23,8 +23,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/giflib" \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LIBS="-L${LOCALBASE}/lib"

View file

@ -3,7 +3,7 @@
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.46 1999/03/27 10:35:57 vanilla Exp $
# $Id: Makefile,v 1.47 1999/04/08 18:08:33 steve Exp $
#
DISTNAME= imlib-1.9.4
@ -23,8 +23,7 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
-I${LOCALBASE}/include/giflib" \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
LIBS="-L${LOCALBASE}/lib"

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.25 1999/02/28 21:32:01 asami Exp $
# $Id: Makefile,v 1.26 1999/05/03 22:28:48 se Exp $
#
DISTNAME= kdegraphics-1.1.1
@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
CFLAGS+= "-I${PREFIX}/include"

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.25 1999/02/28 21:32:01 asami Exp $
# $Id: Makefile,v 1.26 1999/05/03 22:28:48 se Exp $
#
DISTNAME= kdegraphics-1.1.1
@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
CFLAGS+= "-I${PREFIX}/include"

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.25 1999/02/28 21:32:01 asami Exp $
# $Id: Makefile,v 1.26 1999/05/03 22:28:48 se Exp $
#
DISTNAME= kdegraphics-1.1.1
@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
CFLAGS+= "-I${PREFIX}/include"

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.25 1999/02/28 21:32:01 asami Exp $
# $Id: Makefile,v 1.26 1999/05/03 22:28:48 se Exp $
#
DISTNAME= kdegraphics-1.1.1
@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
CFLAGS+= "-I${PREFIX}/include"

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.31 1999/03/24 23:41:16 se Exp $
# $Id: Makefile,v 1.32 1999/05/03 22:28:26 se Exp $
#
DISTNAME= kdemultimedia-1.1.1
@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.31 1999/03/24 23:41:16 se Exp $
# $Id: Makefile,v 1.32 1999/05/03 22:28:26 se Exp $
#
DISTNAME= kdemultimedia-1.1.1
@ -20,8 +20,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.33 1999/05/03 22:29:03 se Exp $
# $Id: Makefile,v 1.34 1999/05/20 19:08:00 asami Exp $
#
DISTNAME= kdenetwork-1.1.1
@ -27,8 +27,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.33 1999/05/03 22:29:03 se Exp $
# $Id: Makefile,v 1.34 1999/05/20 19:08:00 asami Exp $
#
DISTNAME= kdenetwork-1.1.1
@ -27,8 +27,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.33 1999/05/03 22:29:03 se Exp $
# $Id: Makefile,v 1.34 1999/05/20 19:08:00 asami Exp $
#
DISTNAME= kdenetwork-1.1.1
@ -27,8 +27,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.33 1999/05/03 22:29:03 se Exp $
# $Id: Makefile,v 1.34 1999/05/20 19:08:00 asami Exp $
#
DISTNAME= kdenetwork-1.1.1
@ -27,8 +27,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 14 May 1998
# Whom: Hans Petter Bieker <hanspb@persbraten.vgs.no>
#
# $Id: Makefile,v 1.1.1.1 1999/04/03 01:57:16 steve Exp $
# $Id: Makefile,v 1.2 1999/04/07 17:45:26 jseger Exp $
#
DISTNAME= ktelnet-0.61
@ -22,9 +22,7 @@ LIB_DEPENDS= qt.2:${PORTSDIR}/x11-toolkits/qt142 \
kdeui.2:${PORTSDIR}/x11/kdelibs11
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"

View file

@ -3,7 +3,7 @@
# Date created: 09 April 1998
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.21 1999/01/09 08:52:26 asami Exp $
# $Id: Makefile,v 1.22 1999/05/24 02:31:44 steve Exp $
#
DISTNAME= kpilot-3.0.2
@ -24,9 +24,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_QT= yes
KDEDIR?= $(PREFIX)
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-extra-includes=$(PREFIX)/include/giflib"
USE_GMAKE= yes
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555" \
KDEDIR="${KDEDIR}"

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.30 1999/02/28 21:48:05 asami Exp $
# $Id: Makefile,v 1.31 1999/05/03 22:28:56 se Exp $
#
DISTNAME= kdeutils-1.1.1
@ -21,10 +21,9 @@ USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
"--with-extra-includes=$(PREFIX)/include"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes
CFLAGS+= "-I${PREFIX}/include"
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 24 Nov 1998
# Whom: mac@jp.freebsd.org
#
# $Id: Makefile,v 1.56 1999/04/08 09:18:10 flathill Exp $
# $Id: Makefile,v 1.57 1999/05/01 02:43:22 steve Exp $
DISTNAME= WindowMaker-0.53.0
PKGNAME= windowmaker-i18n-0.53.0
@ -34,7 +34,6 @@ CONFIGURE_ENV= X11BASE=${X11BASE} LOCALBASE=${LOCALBASE} \
LINGUAS="de es fi fr hr it ja_JP.EUC ko nl no pl pt ru"
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
--with-nlsdir=${PREFIX}/share/locale \
--with-gfx-incs="-I${LOCALBASE}/include/giflib" \
--disable-debug --enable-kanji --disable-shared
MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \

View file

@ -3,7 +3,7 @@
# Date created: August 13, 1997
# Whom: handy@physics.montana.edu
#
# $Id: Makefile,v 1.49 1999/04/16 05:22:48 taoka Exp $
# $Id: Makefile,v 1.50 1999/05/01 02:45:29 steve Exp $
DISTNAME= WindowMaker-0.53.0
PKGNAME= windowmaker-0.53.0
@ -30,7 +30,7 @@ CONFIGURE_ENV= X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
--with-nlsdir=${LOCALBASE}/lib/locale \
--with-gfx-libs="-L${LOCALBASE}/lib" \
--with-gfx-incs="-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
--with-gfx-incs="-I${LOCALBASE}/include" \
--disable-debug
MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $
# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $
#
DISTNAME= kdebase-1.1.1
@ -22,8 +22,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $
# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $
#
DISTNAME= kdebase-1.1.1
@ -22,8 +22,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $
# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $
#
DISTNAME= kdebase-1.1.1
@ -22,8 +22,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $
# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $
#
DISTNAME= kdebase-1.1.1
@ -22,8 +22,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $
# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $
#
DISTNAME= kdebase-1.1.1
@ -22,8 +22,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $
# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $
#
DISTNAME= kdebase-1.1.1
@ -22,8 +22,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $
# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $
#
DISTNAME= kdebase-1.1.1
@ -22,8 +22,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $
# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $
#
DISTNAME= kdebase-1.1.1
@ -22,8 +22,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes

View file

@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.35 1999/05/03 22:29:15 se Exp $
# $Id: Makefile,v 1.36 1999/05/10 22:50:21 asami Exp $
#
DISTNAME= kdebase-1.1.1
@ -22,8 +22,7 @@ LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \
USE_BZIP2= yes
USE_QT= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ARGS= "--prefix=$(PREFIX)"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS) -DHAVE_GETUSERSHELL -DTIME_WITH_SYS_TIME" \
INSTALL_SCRIPT="install -c -m 555"
USE_GMAKE= yes