Fixup fromcvs/togit conversion
[pkgsrcv2.git] / chat / xchat / Makefile.common
1 # $NetBSD: Makefile.common,v 1.61 2010/11/16 12:21:10 tron Exp $
2 #
3 # used by chat/xchat/Makefile
4 # used by chat/xchat-perl/Makefile
5 # used by chat/xchat-python/Makefile
6
7 DISTNAME=       xchat-2.8.8
8 CATEGORIES=     chat
9 MASTER_SITES=   http://xchat.org/files/source/2.8/
10 EXTRACT_SUFX=   .tar.bz2
11
12 HOMEPAGE=       http://xchat.org/
13 LICENSE=        gnu-gpl-v2 
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16
17 DISTINFO_FILE=  ${.CURDIR}/../../chat/xchat/distinfo
18 PATCHDIR?=      ${.CURDIR}/../../chat/xchat/patches
19
20 GNU_CONFIGURE=  YES
21 USE_LIBTOOL=    YES
22 USE_TOOLS+=     gmake pkg-config
23
24 .include "../../mk/bsd.prefs.mk"
25
26 .if ${OPSYS} == "Darwin"
27 CONFIGURE_ARGS+=        --disable-mmx
28 .endif
29
30 .include "../../devel/glib2/buildlink3.mk"