blob: fdc537c3336fe2cd3f5c6888c618301d3618be7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.24 2003/01/10 07:35:20 cjep Exp $
#
.include "Makefile.common"
CONFLICTS+= gaim-gnome-[0-9]*
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ARGS+= --disable-panel
PLIST_SRC+= ${.CURDIR}/../gaim/PLIST
.include "../../audio/esound/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|