summaryrefslogtreecommitdiff
path: root/chat/xchat2
diff options
context:
space:
mode:
authortron <tron>2005-06-02 22:08:29 +0000
committertron <tron>2005-06-02 22:08:29 +0000
commita4b314de10312fbedad4a630c5c12a2857c8a3f3 (patch)
treef14975bbae0208bc3a6df0fab6c302053bb39186 /chat/xchat2
parentce1bd5e3f96bce0feebcded52850c9ab7f6e0f66 (diff)
downloadpkgsrc-a4b314de10312fbedad4a630c5c12a2857c8a3f3.tar.gz
- Merge "Makefile.common" (which isn't used anywhere except within this
package) into "Makefile". - Don't include "pkgsrc/devel/glib2/buidlink3.mk" because the package inherits that dependence automatically from the "gtk2+" package.
Diffstat (limited to 'chat/xchat2')
-rw-r--r--chat/xchat2/Makefile29
-rw-r--r--chat/xchat2/Makefile.common19
2 files changed, 18 insertions, 30 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"
diff --git a/chat/xchat2/Makefile.common b/chat/xchat2/Makefile.common
deleted file mode 100644
index beb26c1884e..00000000000
--- a/chat/xchat2/Makefile.common
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile.common,v 1.4 2005/05/22 20:07:43 jlam Exp $
-#
-
-DISTNAME= xchat-2.4.1
-CATEGORIES= chat gnome
-MASTER_SITES= http://www.xchat.org/files/source/2.4/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= minskim@NetBSD.org
-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"