24 lines
582 B
Text
24 lines
582 B
Text
# $NetBSD: Makefile.common,v 1.66 2016/02/25 11:28:58 jperkin 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
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../chat/xchat/distinfo
|
|
PATCHDIR?= ${.CURDIR}/../../chat/xchat/patches
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
CONFIGURE_ARGS.Darwin+= --disable-mmx
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|