aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/microdc2/Makefile
blob: bc4391b5e001666cc25679f601a79085d167a096 (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
27
28
29
30
31
32
33
# Created by: Pankov Pavel <pankov_p@mail.ru>
# $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

GNU_CONFIGURE=  yes
USES=       iconv
USE_GNOME=  libxml2

NO_STAGE=   yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USES+=      gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+=  NLS="@comment "
.endif

.include <bsd.port.mk>