blob: f7212381440d38f0487e7c26bfa37d6fb8543cae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2004/05/03 22:38:40 snj Exp $
#
.include "Makefile.common"
CONFLICTS+= gaim-gnome-[0-9]*
USE_BUILDLINK3= YES
CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ARGS+= --disable-panel
PLIST_SRC+= ${.CURDIR}/PLIST
.include "../../audio/esound/buildlink3.mk"
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|