blob: 5150d2823e7c2e5b099c189c9afc9ab034aef06b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.1.1.1 2007/11/28 11:45:34 mjl Exp $
#
DISTNAME= climm-0.6.1
CATEGORIES= chat
MASTER_SITES= http://www.climm.org/source/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.climm.org/source/
COMMENT= Text-mode ICQ client
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --disable-tcl --disable-otr --enable-ssl=openssl
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|