mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Ncdc is a modern and lightweight direct connect client
with a friendly ncurses interface. WWW: http://dev.yorhel.nl/ncdc PR: ports/162922 Submitted by: Dmitriy Limonov
This commit is contained in:
parent
af45dc2cca
commit
e47ced6509
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287997
@ -65,6 +65,7 @@
|
||||
SUBDIR += mooseekd
|
||||
SUBDIR += museekplus
|
||||
SUBDIR += napshare
|
||||
SUBDIR += ncdc
|
||||
SUBDIR += nicotine-plus
|
||||
SUBDIR += opendchub
|
||||
SUBDIR += opennap
|
||||
|
32
net-p2p/ncdc/Makefile
Normal file
32
net-p2p/ncdc/Makefile
Normal file
@ -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 <bsd.port.mk>
|
2
net-p2p/ncdc/distinfo
Normal file
2
net-p2p/ncdc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ncdc-1.5.tar.gz) = d6bd0e6a9e4852a4bbf4249954d65863b1f9dcc0064eb9923f3a1e95e9c1fd03
|
||||
SIZE (ncdc-1.5.tar.gz) = 282706
|
4
net-p2p/ncdc/pkg-descr
Normal file
4
net-p2p/ncdc/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Ncdc is a modern and lightweight direct connect client
|
||||
with a friendly ncurses interface.
|
||||
|
||||
WWW: http://dev.yorhel.nl/ncdc
|
Loading…
Reference in New Issue
Block a user