diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-15 00:36:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-15 00:36:25 +0000 |
commit | ae7f28b14b06c1eab086fb0359ef2022f56305d1 (patch) | |
tree | 9efd46171d88d283a1dcc676d340dae7e3a2606c /chat/xchat/Makefile | |
parent | 5035df2c1f3de5be3cf14b8e9b34b02f726301f9 (diff) | |
download | pkgsrc-ae7f28b14b06c1eab086fb0359ef2022f56305d1.tar.gz |
Create new 'chat' category, featuring chat clients and servers of all kinds.
Move some packages from 'net' here.
Diffstat (limited to 'chat/xchat/Makefile')
-rw-r--r-- | chat/xchat/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/chat/xchat/Makefile b/chat/xchat/Makefile new file mode 100644 index 00000000000..d0810358a05 --- /dev/null +++ b/chat/xchat/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/15 00:36:28 wiz Exp $ + +DISTNAME= xchat-1.5.7 +CATEGORIES= chat x11 gnome +MASTER_SITES= ${HOMEPAGE}/files/source/1.5/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://xchat.org/ + +DEPENDS+= gnome-core>=1.0.55:../../x11/gnome-core +DEPENDS+= python>=1.5.2:../../lang/python + +USE_GMAKE= yes +USE_PERL5= yes +USE_X11BASE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include + +.include "../../mk/bsd.prefs.mk" +.if (${OPSYS} == NetBSD) +CONFIGURE_ENV+= LIBS=-lutil +.endif + +pre-configure: + @${TOUCH} ${WRKSRC}/stamp-h.in + +post-install: + ${MKDIR} ${PREFIX}/share/doc/xchat + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/xchat + +.include "../../mk/bsd.pkg.mk" |