b392000e77
a standalone application. Based in part on PR 16835 from Julio Merino; any differences mainly due to the fact that I started doing the same thing before I was pointed at his PR. Reviewed by Hubert.
20 lines
585 B
Makefile
20 lines
585 B
Makefile
# $NetBSD: Makefile,v 1.1 2002/07/09 02:13:27 rafal Exp $
|
|
|
|
.include "../gaim/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gnome-/}
|
|
CONFLICTS+= gaim-[0-9]*
|
|
COMMENT+= with GNOME support
|
|
|
|
PLIST_SRC+= ${.CURDIR}/../gaim-gnome/PLIST
|
|
MESSAGE_SRC= ${.CURDIR}/../gaim-gnome/MESSAGE
|
|
|
|
CONFIGURE_ARGS+= --enable-gnome
|
|
CONFIGURE_ARGS+= --enable-panel
|
|
|
|
.include "../../x11/gnome-core/buildlink.mk"
|
|
.include "../../audio/esound/buildlink.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink.mk"
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|