blob: 91ddb505cef4393ddea54b9eb5c65845738d666e (
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
34
35
|
# Created by: Dmitriy Limonov
# $FreeBSD$
PORTNAME= ncdc
PORTVERSION= 1.17
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= SF \
http://dev.yorhel.nl/download/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= earl1k@mail.ru
COMMENT= Lightweight direct connect client with ncurses interface
LICENSE= MIT
LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \
pcre:${PORTSDIR}/devel/pcre \
gmp:${PORTSDIR}/math/gmp \
gnutls:${PORTSDIR}/security/gnutls \
gcrypt:${PORTSDIR}/security/libgcrypt \
nettle:${PORTSDIR}/security/nettle \
p11-kit:${PORTSDIR}/security/p11-kit
USES= pkgconfig ncurses
USE_GNOME= glib20
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= ncdc.1
PLIST_FILES= bin/ncdc
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|