pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/xchat2 Split out "Makefile.common" again because ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae9c9340c4b8
branches: trunk
changeset: 495139:ae9c9340c4b8
user: tron <tron%pkgsrc.org@localhost>
date: Fri Jun 03 10:13:29 2005 +0000
description:
Split out "Makefile.common" again because there are packages in
"pkgsrc-wip" which use this file. Pointed out by Min Sik Kim in
private e-maiil.
diffstat:
chat/xchat2/Makefile | 23 ++++++++---------------
chat/xchat2/Makefile.common | 21 +++++++++++++++++++++
2 files changed, 29 insertions(+), 15 deletions(-)
diffs (70 lines):
diff -r 77336e42afce -r ae9c9340c4b8 chat/xchat2/Makefile
--- a/chat/xchat2/Makefile Fri Jun 03 09:08:07 2005 +0000
+++ b/chat/xchat2/Makefile Fri Jun 03 10:13:29 2005 +0000
@@ -1,22 +1,15 @@
-# $NetBSD: Makefile,v 1.44 2005/06/02 23:33:14 tron Exp $
-
-DISTNAME= xchat-2.4.3
-CATEGORIES= chat gnome
-MASTER_SITES= http://www.xchat.org/files/source/2.4/
-EXTRACT_SUFX= .tar.bz2
+# $NetBSD: Makefile,v 1.45 2005/06/03 10:13:29 tron Exp $
MAINTAINER= tron%NetBSD.org@localhost
-HOMEPAGE= http://www.xchat.org/
-COMMENT= X11 (X Window System) IRC client, using the GTK2 toolkit
+
+.include "Makefile.common"
+
+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
@@ -31,10 +24,10 @@
.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"
diff -r 77336e42afce -r ae9c9340c4b8 chat/xchat2/Makefile.common
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/xchat2/Makefile.common Fri Jun 03 10:13:29 2005 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile.common,v 1.6 2005/06/03 10:13:29 tron Exp $
+#
+# Please do not merge this file into "Makefile" because it is used by
+# packages in "pkgsrc-wip".
+
+DISTNAME= xchat-2.4.3
+CATEGORIES= chat gnome
+MASTER_SITES= http://www.xchat.org/files/source/2.4/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER?= minskim%NetBSD.org@localhost
+HOMEPAGE= http://www.xchat.org/
+
+DISTINFO_FILE= ${.CURDIR}/../../chat/xchat2/distinfo
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+USE_TOOLS+= gmake
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index