blob: b3f29cb656a26156fadd64fd5fc5801ec5c603e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile.common,v 1.40 2005/06/06 11:35:39 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"
|