2012-10-01 08:59:54 +02:00
|
|
|
# Created by: Dmitriy Limonov
|
2011-12-25 12:26:30 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ncdc
|
2014-05-07 18:05:45 +02:00
|
|
|
PORTVERSION= 1.19.1
|
2016-03-27 16:57:59 +02:00
|
|
|
PORTREVISION= 7
|
2011-12-25 12:26:30 +01:00
|
|
|
CATEGORIES= net-p2p
|
2013-11-10 20:48:27 +01:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
|
2011-12-25 12:26:30 +01:00
|
|
|
http://dev.yorhel.nl/download/
|
|
|
|
|
|
|
|
MAINTAINER= earl1k@mail.ru
|
|
|
|
COMMENT= Lightweight direct connect client with ncurses interface
|
|
|
|
|
2013-06-18 17:48:06 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
|
|
|
|
libpcre.so:devel/pcre \
|
|
|
|
libgmp.so:math/gmp \
|
|
|
|
libgnutls.so:security/gnutls \
|
|
|
|
libgcrypt.so:security/libgcrypt \
|
|
|
|
libnettle.so:security/nettle \
|
|
|
|
libp11-kit.so:security/p11-kit
|
2012-11-28 23:06:57 +01:00
|
|
|
|
2013-10-04 16:41:19 +02:00
|
|
|
USES= gmake pkgconfig ncurses
|
2011-12-25 12:26:30 +01:00
|
|
|
USE_GNOME= glib20
|
|
|
|
GNU_CONFIGURE= yes
|
2013-10-04 16:41:19 +02:00
|
|
|
PLIST_FILES= bin/ncdc \
|
|
|
|
man/man1/ncdc.1.gz
|
2011-12-25 12:26:30 +01:00
|
|
|
|
2012-11-28 23:06:57 +01:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2012-01-06 18:25:50 +01:00
|
|
|
|
2014-05-07 18:05:45 +02:00
|
|
|
OPTIONS_DEFINE= GEOIP
|
2014-02-22 17:53:41 +01:00
|
|
|
|
|
|
|
GEOIP_CONFIGURE_WITH= geoip
|
|
|
|
GEOIP_CONFIGURE_ENV= GEOIP_CFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
GEOIP_LIBS="-L${LOCALBASE}/lib -lGeoIP"
|
2016-04-01 16:16:16 +02:00
|
|
|
GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
|
2014-02-22 17:53:41 +01:00
|
|
|
|
2011-12-25 12:26:30 +01:00
|
|
|
.include <bsd.port.mk>
|