pkgsrc/net/dcsharp/Makefile

35 lines
1.1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.30 2012/10/23 17:18:16 asau Exp $
DISTNAME= dcsharp-0.11.1
2012-10-09 01:00:34 +02:00
PKGREVISION= 26
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
2010-02-11 21:41:53 +01:00
INSTALLATION_DIRS+= bin lib share
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons PREFIX=${PREFIX}
do-install:
2010-02-11 21:41:53 +01:00
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons PREFIX=${DESTDIR}${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"