# Created by: Pankov Pavel # $FreeBSD$ PORTNAME= microdc2 PORTVERSION= 0.15.6 PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= http://corsair626.no-ip.org/microdc/ \ http://corsair626.no-ip.org/microdc/archive/ MAINTAINER= pankov_p@mail.ru COMMENT= Command-line based Direct Connect client CONFLICTS= tthsum-[0-9]* BROKEN= Does not link DEPRECATED= Broken for more than 6 month EXPIRATION_DATE= 2014-02-27 GNU_CONFIGURE= yes USES= iconv USE_GNOME= libxml2 NO_STAGE= yes OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .include