- remove dependency on glib
- {yes,YES} -> Yes
This commit is contained in:
parent
452d7b9a08
commit
65398e8c83
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.4 2000/02/15 05:04:53 turan Exp $
|
# $OpenBSD: Makefile,v 1.5 2000/02/15 21:40:34 brad Exp $
|
||||||
# $FreeBSD: Makefile,v 1.6 1999/04/06 12:02:41 flathill Exp $
|
# $FreeBSD: Makefile,v 1.6 1999/04/06 12:02:41 flathill Exp $
|
||||||
|
|
||||||
DISTNAME= gicq-0.33
|
DISTNAME= gicq-0.33
|
||||||
@ -8,22 +8,19 @@ MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/
|
|||||||
MAINTAINER= brad@openbsd.org
|
MAINTAINER= brad@openbsd.org
|
||||||
|
|
||||||
LICENSE_TYPE= GPL
|
LICENSE_TYPE= GPL
|
||||||
PERMIT_PACKAGE_CDROM= YES
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
PERMIT_PACKAGE_FTP= YES
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
PERMIT_DISTFILES_CDROM= YES
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= YES
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
LIB_DEPENDS= glib.1.2:${PORTSDIR}/devel/glib \
|
LIB_DEPENDS= gtk.1.2:${PORTSDIR}/x11/gtk+ \
|
||||||
gtk.1.2:${PORTSDIR}/x11/gtk+ \
|
|
||||||
icq.0.3:${PORTSDIR}/devel/libicq
|
icq.0.3:${PORTSDIR}/devel/libicq
|
||||||
|
|
||||||
USE_X11= yes
|
USE_X11= Yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= Yes
|
||||||
CONFIGURE_ARGS= --without-gnome --disable-nls
|
CONFIGURE_ARGS= --without-gnome --disable-nls
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE} -L${X11BASE}/lib" \
|
LDFLAGS="-L${LOCALBASE} -L${X11BASE}/lib" \
|
||||||
GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
GTK_CONFIG="${X11BASE}/bin/gtk-config"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user