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/gnomeicu2/Makefile | |
parent | Activate gnomeadmin. (diff) |
Import gtkicq, It's gtk-base icq clone.
Notes
Notes:
svn path=/head/; revision=14075
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 000000000000..b06be92588fa --- /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> |