blob: e7b96fbee37cf18ba2e70a88bce6c8279e5b0652 (
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.2 2004/11/29 17:36:10 minskim Exp $
#
DISTNAME= xchat-2.4.1
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/xchat2/distinfo
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
USE_GNU_TOOLS+= make
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
|