blob: c055ec1eb3aae2b2afe5127da0e9c81c7ab427c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.4 2001/02/16 13:51:23 wiz Exp $
#
DISTNAME= gaim-0.11.0pre4
CATEGORIES= x11 chat
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.marko.net/gaim/
COMMENT= gtk-based client for AOL's Instant Messenger chat system
DEPENDS+= gtk+>=1.2.3:../../x11/gtk
DEPENDS+= esound>=0.2.7:../../audio/esound
USE_X11BASE= YES
USE_GMAKE= YES
GNU_CONFIGURE= yes
# for pthread.h
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"
|