diff options
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" |