blob: 8f7685100fdf9ffe56e8fa2660a5e501850f2e93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.4 2002/03/18 02:24:30 itojun Exp $
#
DISTNAME= centericq-4.6.5
CATEGORIES= chat
MASTER_SITES= http://konst.org.ua/download/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://konst.org.ua/eng/software/centericq/info.html
COMMENT= Instant Messenger interface (ICQ2000, Yahoo!, and MSN support)
GNU_CONFIGURE= yes
USE_NCURSES= yes
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/ncurses/buildlink.mk"
#.include "../../lang/gcc/Makefile.gcc"
.include "../../devel/libsigc++/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
|