cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
27 lines
482 B
Makefile
27 lines
482 B
Makefile
# Created by: Pankov Pavel <pankov_p@mail.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= microdc2
|
|
PORTVERSION= 0.15.6
|
|
PORTREVISION= 7
|
|
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-[0-9]*
|
|
|
|
USES= 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>
|