summaryrefslogtreecommitdiff
path: root/chat/xchat/Makefile.common
blob: 50153d4ee5092a6d9667cc66b9ddc5d5a6646d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $NetBSD: Makefile.common,v 1.62 2011/04/17 09:23:49 obache Exp $
#
# used by chat/xchat/Makefile
# used by chat/xchat-perl/Makefile
# used by chat/xchat-python/Makefile

DISTNAME=	xchat-2.8.8
CATEGORIES=	chat
MASTER_SITES=	http://xchat.org/files/source/2.8/
EXTRACT_SUFX=	.tar.bz2

HOMEPAGE=	http://xchat.org/
LICENSE=	gnu-gpl-v2 

PKG_DESTDIR_SUPPORT=	user-destdir

DISTINFO_FILE=	${.CURDIR}/../../chat/xchat/distinfo
PATCHDIR?=	${.CURDIR}/../../chat/xchat/patches

GNU_CONFIGURE=	YES
USE_LIBTOOL=	YES
USE_TOOLS+=	gmake pkg-config

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "Darwin"
CONFIGURE_ARGS+=        --disable-mmx
.endif

.include "../../devel/glib2/buildlink3.mk"