Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / chat / xchat / Makefile.common
blobcd809b561c12d05b21bbbccbf998ca8db4ae3154
1 # $NetBSD: Makefile.common,v 1.63 2012/10/03 00:02:46 asau Exp $
3 # used by chat/xchat/Makefile
4 # used by chat/xchat-perl/Makefile
5 # used by chat/xchat-python/Makefile
7 DISTNAME=       xchat-2.8.8
8 CATEGORIES=     chat
9 MASTER_SITES=   http://xchat.org/files/source/2.8/
10 EXTRACT_SUFX=   .tar.bz2
12 HOMEPAGE=       http://xchat.org/
13 LICENSE=        gnu-gpl-v2
15 DISTINFO_FILE=  ${.CURDIR}/../../chat/xchat/distinfo
16 PATCHDIR?=      ${.CURDIR}/../../chat/xchat/patches
18 GNU_CONFIGURE=  YES
19 USE_LIBTOOL=    YES
20 USE_TOOLS+=     gmake pkg-config
22 .include "../../mk/bsd.prefs.mk"
24 .if ${OPSYS} == "Darwin"
25 CONFIGURE_ARGS+=        --disable-mmx
26 .endif
28 .include "../../devel/glib2/buildlink3.mk"