pkgsrc/net/dcsharp/Makefile
obache 1c84289e3b Need msgfmt to build, added to USE_TOOLS.
(But not sufficient to fix PR 39805 though).
2008-10-31 12:00:04 +00:00

32 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2008/10/31 12:00:04 obache Exp $
DISTNAME= dcsharp-0.11.1
PKGREVISION= 3
CATEGORIES= net
MASTER_SITES= http://dcsharp.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://code.google.com/p/dcsharp/
COMMENT= File sharing client for the Direct Connect protocol
USE_TOOLS+= pkg-config msgfmt
USE_LANGUAGES= c++
NO_CONFIGURE= yes
BUILD_DEPENDS+= scons>=0.96.1:../../devel/scons
DEPENDS+= notification-daemon>=0.3.7:../../sysutils/notification-daemon
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons PREFIX=${PREFIX}
do-install:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons PREFIX=${PREFIX} install
.include "../../lang/mono/buildlink3.mk"
.include "../../x11/gtk-sharp/buildlink3.mk"
.include "../../x11/gnome-sharp/buildlink3.mk"
.include "../../sysutils/ndesk-dbus/buildlink3.mk"
.include "../../sysutils/ndesk-dbus-glib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"