blob: 1d6d3f06956dc4d60214343bd456f8c0fa3d006d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile.common,v 1.48 2006/03/14 19:06:19 tron 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
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= gmake pkg-config
.include "../../devel/glib2/buildlink3.mk"
|