pkgsrc/net/dcsharp/Makefile
he 43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00

32 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2009/03/25 22:37:13 he Exp $
DISTNAME= dcsharp-0.11.1
PKGREVISION= 5
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"