1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net-p2p/ncdc/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

41 lines
954 B
Makefile

# Created by: Dmitriy Limonov
# $FreeBSD$
PORTNAME= ncdc
PORTVERSION= 1.19.1
PORTREVISION= 7
CATEGORIES= net-p2p
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
http://dev.yorhel.nl/download/
MAINTAINER= earl1k@mail.ru
COMMENT= Lightweight direct connect client with ncurses interface
LICENSE= MIT
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
USES= gmake pkgconfig ncurses
USE_GNOME= glib20
GNU_CONFIGURE= yes
PLIST_FILES= bin/ncdc \
man/man1/ncdc.1.gz
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= GEOIP
GEOIP_CONFIGURE_WITH= geoip
GEOIP_CONFIGURE_ENV= GEOIP_CFLAGS="-I${LOCALBASE}/include" \
GEOIP_LIBS="-L${LOCALBASE}/lib -lGeoIP"
GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP
.include <bsd.port.mk>