blob: 83ce8ffc3addc6133acd9583250d939e8b82d83d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.common,v 1.50 2006/04/23 17:19:41 tron Exp $
DISTNAME= xchat-2.6.2
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"
|