blob: e6aca0371ed55788eb3c4036d83f466b4563082f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.common,v 1.53 2007/01/25 21:27:49 reed Exp $
DISTNAME= xchat-2.8.0
CATEGORIES= chat
MASTER_SITES= http://xchat.org/files/source/2.8/
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"
|