blob: d064d4058dfe10ba7c827fdebf1749e01f828a94 (
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 2003/04/24 21:18:49 jmmv Exp $
#
.include "Makefile.common"
CONFLICTS+= gaim-gnome-[0-9]*
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --disable-gnome
CONFIGURE_ARGS+= --disable-panel
PLIST_SRC+= ${.CURDIR}/PLIST
.include "../../audio/esound/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|