diff options
Diffstat (limited to 'net-im/gnomeicu2/Makefile')
-rw-r--r-- | net-im/gnomeicu2/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-im/gnomeicu2/Makefile b/net-im/gnomeicu2/Makefile new file mode 100644 index 00000000000..b06be92588f --- /dev/null +++ b/net-im/gnomeicu2/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gtkicq +# Version required: 0.55 +# Date created: Oct 15 1998 +# Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> +# +# $Id:$ +# + +DISTNAME= gtkicq-0.55 +CATEGORIES= net +MASTER_SITES= ftp://ncis.ml.org/pub/gtkicq/ + +MAINTAINER= Nakai@technologist.com + +LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs + +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> |