blob: 114cc6364226e0ef12c883c64b284930e4bf33f3 (
plain)
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
|
# Created by: Pankov Pavel <pankov_p@mail.ru>
PORTNAME= microdc2
PORTVERSION= 0.15.6
PORTREVISION= 9
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
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>
|