pkgsrc/net/dc_gui/Makefile
wiz ff6d4b18a4 Update to 0.63. Changes:
- Dutch translation of the GUI updated by Myckel Habets.
- Download date of share list added to cached share list.
- Cached share lists can now be sorted by size and by date.
- Add capability to generate automatically autoscan pattern for selected GDL.
- fix compilation problem with Berkeley DB 4 (open function has a different
  prototype).
- French translation of the GUI updated by Nicolas Le Gaillart.
- GDL renaming part now works properly.
- GDL end program support added.
- fix the missing translation files problem in the RPM file.
- find result list modified. The local filename column is gone and is replaced
  by a column with the connection speed of the user having the file. Currently,
  only speed of users on the same hub is displayed.
- user list partially rewritten and is now displayed faster when reconnecting
  to a client.
- button added to close all private chats in one click.
- dc_gui does not hang anymore when it retrieves the hublist. The "connect"
  label will blink when the hublist is received.
2002-11-03 21:32:24 +00:00

34 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2002/11/03 21:32:24 wiz Exp $
#
DISTNAME= dc_gui-0.64
CATEGORIES= net
MASTER_SITES= http://www.ac2i.tzo.com/dctc/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.ac2i.tzo.com/dctc/
COMMENT= graphical user interface for DCTC
DEPENDS+= dctc>=0.83.7:../../net/dctc
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
CONFIGURE_ARGS+= --enable-manual-db-detect
USE_GMAKE= YES
CPPFLAGS+= -I${BUILDLINK_PREFIX.db4}/include/db4
post-configure:
@${ECHO} '#ifndef MSG_NOSIGNAL' >> ${WRKSRC}/config.h
@${ECHO} '# define MSG_NOSIGNAL 0' >> ${WRKSRC}/config.h
@${ECHO} '#endif' >> ${WRKSRC}/config.h
@${ECHO} '#ifndef ENODATA' >> ${WRKSRC}/config.h
@${ECHO} '# define ENODATA ENOMSG' >> ${WRKSRC}/config.h
@${ECHO} '#endif' >> ${WRKSRC}/config.h
.include "../../converters/libiconv/buildlink2.mk"
.include "../../databases/db4/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"