blob: 36896f6f730b1873bd9595175c060c29e376124c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile.common,v 1.43 2005/08/10 20:56:13 jlam Exp $
#
# Please do not merge this file into "Makefile" because it is used by
# packages in "pkgsrc-wip".
DISTNAME= xchat-2.4.3
CATEGORIES= chat gnome
MASTER_SITES= http://www.xchat.org/files/source/2.4/
EXTRACT_SUFX= .tar.bz2
MAINTAINER?= minskim@NetBSD.org
HOMEPAGE= http://www.xchat.org/
DISTINFO_FILE= ${.CURDIR}/../../chat/xchat/distinfo
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= gmake pkg-config
.include "../../devel/glib2/buildlink3.mk"
|