diff --git a/net-p2p/Makefile b/net-p2p/Makefile index bb14d053587b..d08e72b710f4 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -65,6 +65,7 @@ SUBDIR += mooseekd SUBDIR += museekplus SUBDIR += napshare + SUBDIR += ncdc SUBDIR += nicotine-plus SUBDIR += opendchub SUBDIR += opennap diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile new file mode 100644 index 000000000000..bdeafd3a0b59 --- /dev/null +++ b/net-p2p/ncdc/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: ncdc +# Date created: 28 November 2011 +# Whom: Dmitriy Limonov +# +# $FreeBSD$ +# + +PORTNAME= ncdc +PORTVERSION= 1.5 +CATEGORIES= net-p2p +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://dev.yorhel.nl/download/ +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} + +MAINTAINER= earl1k@mail.ru +COMMENT= Lightweight direct connect client with ncurses interface + +LIB_DEPENDS= gdbm:${PORTSDIR}/databases/gdbm \ + xml2:${PORTSDIR}/textproc/libxml2 + +USE_GNOME= glib20 +USE_GMAKE= yes +GNU_CONFIGURE= yes +MAKEFILE= GNUmakefile +MAN1= ncdc.1 ncdc-gen-cert.1 +PLIST_FILES= bin/ncdc bin/ncdc-gen-cert + +#force base compiler,linker flags to avoid linking to ncurses from ports +CFLAGS+= -I/usr/include -I${LOCALBASE}/include +LDFLAGS+= -L/usr/lib -L${LOCALBASE}/lib + +.include diff --git a/net-p2p/ncdc/distinfo b/net-p2p/ncdc/distinfo new file mode 100644 index 000000000000..1ecbd3179fe0 --- /dev/null +++ b/net-p2p/ncdc/distinfo @@ -0,0 +1,2 @@ +SHA256 (ncdc-1.5.tar.gz) = d6bd0e6a9e4852a4bbf4249954d65863b1f9dcc0064eb9923f3a1e95e9c1fd03 +SIZE (ncdc-1.5.tar.gz) = 282706 diff --git a/net-p2p/ncdc/pkg-descr b/net-p2p/ncdc/pkg-descr new file mode 100644 index 000000000000..5f69fcd453cd --- /dev/null +++ b/net-p2p/ncdc/pkg-descr @@ -0,0 +1,4 @@ +Ncdc is a modern and lightweight direct connect client +with a friendly ncurses interface. + +WWW: http://dev.yorhel.nl/ncdc