diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-19 14:36:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-19 14:36:42 +0000 |
commit | ab295cc98e72bf9fab27da32f8b94c0c3eee24c3 (patch) | |
tree | 8e915a1d980fc6ec96af0f0560f0955f6ffc3089 /net-im/gnomeicu/Makefile | |
parent | 3c0b28d5ffe55881ef7b56eddda4a21be53bb9a4 (diff) | |
download | ports-ab295cc98e72bf9fab27da32f8b94c0c3eee24c3.tar.gz ports-ab295cc98e72bf9fab27da32f8b94c0c3eee24c3.zip |
Notes
Diffstat (limited to 'net-im/gnomeicu/Makefile')
-rw-r--r-- | net-im/gnomeicu/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile new file mode 100644 index 000000000000..b06be92588fa --- /dev/null +++ b/net-im/gnomeicu/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> |