diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-26 18:43:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-26 18:43:18 +0000 |
commit | 755db410c710132e9672b70f796b9fc9426f0946 (patch) | |
tree | 9c60ecd94493d42699a6a68417db4c6b2bbdf65c /chat/gnomeicu/Makefile | |
parent | a3f53d4ef87ef8c548a9a5114c9044e046e6e7e6 (diff) | |
download | pkgsrc-755db410c710132e9672b70f796b9fc9426f0946.tar.gz |
Move gnomeicu from net to chat.
Diffstat (limited to 'chat/gnomeicu/Makefile')
-rw-r--r-- | chat/gnomeicu/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chat/gnomeicu/Makefile b/chat/gnomeicu/Makefile new file mode 100644 index 00000000000..6a965143eb8 --- /dev/null +++ b/chat/gnomeicu/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/26 18:43:18 wiz Exp $ + +DISTNAME= gnomeicu-0.96 +CATEGORIES= chat gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnomeicu/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://gnomeicu.sourceforge.net/ +COMMENT= GNOME ICQ client + +DEPENDS+= gdbm>=1.8.0:../../databases/gdbm +DEPENDS+= gnome-core>=1.2.0:../../x11/gnome-core + +GNU_CONFIGURE= YES +USE_X11BASE= YES +USE_GMAKE= YES +USE_LIBINTL= YES + +.include "../../mk/bsd.pkg.mk" |