Fix configure probrem

PR: ports/10940
Submitted by: mharo@area51.fremont.ca.us
This commit is contained in:
Seiichirou Hiraoka 1999-04-06 12:02:41 +00:00
parent f5ee9f57c5
commit 7dcf0eaf79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17666
2 changed files with 12 additions and 8 deletions

View file

@ -3,21 +3,23 @@
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $Id: Makefile,v 1.4 1999/01/22 22:13:48 nectar Exp $
# $Id: Makefile,v 1.5 1999/03/15 19:59:23 nectar Exp $
#
DISTNAME= gicq-0.33
CATEGORIES= net
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
http://www.nectar.com/distfiles/
MAINTAINER= flathill@FreeBSD.ORG
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
icq.0:${PORTSDIR}/devel/libicq
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
CONFIGURE_ARGS= --without-gnome --disable-nls
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
.include <bsd.port.mk>

View file

@ -3,21 +3,23 @@
# Date Created: 31 Oct 1998
# Whom: Seiichirou Hiraoka
#
# $Id: Makefile,v 1.4 1999/01/22 22:13:48 nectar Exp $
# $Id: Makefile,v 1.5 1999/03/15 19:59:23 nectar Exp $
#
DISTNAME= gicq-0.33
CATEGORIES= net
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \
http://www.nectar.com/distfiles/
MAINTAINER= flathill@FreeBSD.ORG
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
icq.0:${PORTSDIR}/devel/libicq
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
CONFIGURE_ARGS= --without-gnome --disable-nls
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
.include <bsd.port.mk>