summaryrefslogtreecommitdiff
path: root/chat/xchat2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/xchat2/Makefile')
-rw-r--r--chat/xchat2/Makefile29
1 files changed, 18 insertions, 11 deletions
diff --git a/chat/xchat2/Makefile b/chat/xchat2/Makefile
index 22f88ff5116..175c98d9572 100644
--- a/chat/xchat2/Makefile
+++ b/chat/xchat2/Makefile
@@ -1,20 +1,27 @@
-# $NetBSD: Makefile,v 1.42 2005/06/01 18:02:41 jlam Exp $
-#
+# $NetBSD: Makefile,v 1.43 2005/06/02 22:08:29 tron Exp $
-.include "Makefile.common"
+DISTNAME= xchat-2.4.1
+PKGREVISION= 1
+CATEGORIES= chat gnome
+MASTER_SITES= http://www.xchat.org/files/source/2.4/
+EXTRACT_SUFX= .tar.bz2
-PKGREVISION= 1
-
-COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
-
-PATCH_DIST_STRIP= -p1
PATCH_SITES= ${MASTER_SITES:=patches/}
PATCHFILES= xc241-fix-fetext.diff
+PATCH_DIST_STRIP= -p1
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://www.xchat.org/
+COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
BUILD_USES_MSGFMT= YES
CONFLICTS= xchat-gnome-[0-9]*
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_TOOLS+= gmake
+
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= YES
@@ -29,10 +36,10 @@ LDFLAGS.Darwin+= -lX11
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/xchat/plugins
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"