blob: 38831b0a419215845eeb1ae7325dd8f6d9317a3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
PORTNAME= microdc2
PORTVERSION= 0.15.6
PORTREVISION= 10
CATEGORIES= net-p2p
MASTER_SITES= http://corsair626.no-ip.org/microdc/
MAINTAINER= pankov_p@mail.ru
COMMENT= Command-line based Direct Connect client
LICENSE= GPLv2
BROKEN= does not build: undefined symbol: main_to_utf8_string
CONFLICTS= tthsum
USES= gnome iconv readline
GNU_CONFIGURE= yes
USE_GNOME= libxml2
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.mk>
|