pkgsrc/net/dc_gui2/Makefile
adam e657ec82d4 Changes 0.80:
* deletion of unattached GDL added.
* Polish translation update by Emil.
* fix UADDR list redisplay problem.
* fix a crash of dc_gui2_stat when there is nothing to display.
* add upload stat to dc_gui2_stat (only DCTC v0.85.9 provides upload logs).
* fix a user display problem. If a user entering the hub is already created
  (used by GDL, upload, share list, ...), he was not displayed in the user
  clist.
* Fix incorrect global stat values occuring when multiple 'done' files are
  loaded.
* Bittorrent tab is handled by an external program: dc_gui2_bt
* To ease development of future external program, most of the configuration is
* now store in gconf instead gnome_config.
* dc_gui2 command line parameters are back (dc_gui2 --help for the list).
* update .spec file to support fedora (based on Sammy Atmadja modification).
2010-06-02 13:08:22 +00:00

41 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.48 2010/06/02 13:08:22 adam Exp $
DISTNAME= dc_gui2-0.80
CATEGORIES= net
MASTER_SITES= http://ac2i.homelinux.com/dctc/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ac2i.homelinux.com/dctc/
COMMENT= Graphical user interface for DCTC
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= dctc>=0.85.9:../../net/dctc
BDB_ACCEPTED= db4 db5
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config msgfmt
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-manual-db-detect
UNLIMIT_RESOURCES+= datasize
CPPFLAGS+= -I${BDBBASE}/include/${BDB_TYPE}
CPPFLAGS+= -DNO_PRINTF_LOCALE
BUILDLINK_TRANSFORM+= l:db4:${BDB_TYPE}
post-configure:
${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h
${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h
${ECHO} '#endif' >> ${WRKSRC}/config.h
${TOUCH} ${WRKSRC}/stamp-h ${WRKSRC}/stamp-h.in
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bdb.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"