blob: ff07c9933d25c2b5c4dc726479cf04084a3850c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $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"
|