diff options
Diffstat (limited to 'chat/xchat2/Makefile.common')
-rw-r--r-- | chat/xchat2/Makefile.common | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/chat/xchat2/Makefile.common b/chat/xchat2/Makefile.common new file mode 100644 index 00000000000..d7f81b7b161 --- /dev/null +++ b/chat/xchat2/Makefile.common @@ -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 +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" |