1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net-im/gnomeicu2/Makefile

31 lines
871 B
Makefile
Raw Normal View History

# New ports collection makefile for: gtkicq
1998-10-20 17:49:15 +00:00
# Version required: 0.56
# Date created: Oct 15 1998
# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG>
#
# $Id: Makefile,v 1.3 1998/12/09 20:37:17 billf Exp $
#
1998-10-20 17:49:15 +00:00
DISTNAME= gtkicq-0.56
CATEGORIES= net
MASTER_SITES= ftp://ftp.bse.bg/pub/Unix/icq/ \
ftp://ftp.infodrom.north.de/pub/unix/gtk-etc/apps/gtkicq/ \
ftp://ftp.rnd.runnet.ru/pub/unix/GUI_Toolkits/gtk/
MAINTAINER= Nakai@technologist.com
1998-10-20 17:49:15 +00:00
LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \
panel_applet.0:${PORTSDIR}/x11/gnomecore
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${X11BASE}
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
-I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
.include <bsd.port.mk>