diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-28 22:06:57 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-11-28 22:06:57 +0000 |
commit | 1def4b68201ed7799d7373eaeabcd298dc70d08e (patch) | |
tree | 1c9d84959fa0c5584ec983fa3ced90dfda986e72 /net-p2p | |
parent | a382a3d720700e390c0bde5de89f347d966b12ae (diff) | |
download | ports-1def4b68201ed7799d7373eaeabcd298dc70d08e.tar.gz ports-1def4b68201ed7799d7373eaeabcd298dc70d08e.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ncdc/Makefile | 30 | ||||
-rw-r--r-- | net-p2p/ncdc/distinfo | 4 |
2 files changed, 13 insertions, 21 deletions
diff --git a/net-p2p/ncdc/Makefile b/net-p2p/ncdc/Makefile index 1d4904ce3d65..2efb105cf8a7 100644 --- a/net-p2p/ncdc/Makefile +++ b/net-p2p/ncdc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncdc -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= net-p2p MASTER_SITES= SF \ http://dev.yorhel.nl/download/ @@ -12,29 +12,21 @@ MAINTAINER= earl1k@mail.ru COMMENT= Lightweight direct connect client with ncurses interface LIB_DEPENDS= sqlite3:${PORTSDIR}/databases/sqlite3 \ - xml2:${PORTSDIR}/textproc/libxml2 \ - gnutls:${PORTSDIR}/security/gnutls - -OPTIONS_DEFINE= GDBM -GDBM_DESC= Build ncdc-db-upgrade - + pcre:${PORTSDIR}/devel/pcre \ + gmp:${PORTSDIR}/math/gmp \ + gnutls:${PORTSDIR}/security/gnutls \ + nettle:${PORTSDIR}/security/nettle \ + p11-kit:${PORTSDIR}/security/p11-kit + +USE_PKGCONFIG= build +USE_NCURSES= yes USE_GNOME= glib20 USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= ncdc.1 PLIST_FILES= bin/ncdc -#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.options.mk> - -.if ${PORT_OPTIONS:MGDBM} -CONFIGURE_ARGS+=--enable-db-upgrade -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm -PLIST_FILES+= bin/ncdc-db-upgrade -MAN1+= ncdc-db-upgrade.1 -.endif +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/net-p2p/ncdc/distinfo b/net-p2p/ncdc/distinfo index 6caf3384fb2e..c99a31d7b207 100644 --- a/net-p2p/ncdc/distinfo +++ b/net-p2p/ncdc/distinfo @@ -1,2 +1,2 @@ -SHA256 (ncdc-1.13.tar.gz) = 780141b0374e34373e5587d9de43f9e15aa94a7a06a1207e5d55e97d36f201c0 -SIZE (ncdc-1.13.tar.gz) = 344585 +SHA256 (ncdc-1.14.tar.gz) = 050f692cf59e7251cc6593f35545e907c72254d4582ba2c82f3d8ff8fd082deb +SIZE (ncdc-1.14.tar.gz) = 336616 |