17 lines
423 B
Makefile
17 lines
423 B
Makefile
# $NetBSD: Makefile.common,v 1.49 2006/03/28 19:47:29 joerg Exp $
|
|
|
|
DISTNAME= xchat-2.6.1
|
|
CATEGORIES= chat gnome
|
|
MASTER_SITES= http://xchat.org/files/source/2.6/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
HOMEPAGE= http://xchat.org/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../chat/xchat/distinfo
|
|
PATCHDIR?= ${.CURDIR}/../../chat/xchat/patches
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|