blob: a16b9ff104ef7a7f5eafcce5f4c8c5b43a5c7561 (
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 2000/12/15 00:36:27 wiz Exp $
#
DISTNAME= gaim-0.9.19
CATEGORIES= x11 chat
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.marko.net/gaim/
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"
|