699514d055
- While I'm here, merge MASTER_SITE_SUBDIR to MASTER_SITES Changes: http://dev.yorhel.nl/ncdc/changes PR: ports/183844 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer)
32 lines
825 B
Makefile
32 lines
825 B
Makefile
# Created by: Dmitriy Limonov
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ncdc
|
|
PORTVERSION= 1.18.1
|
|
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:${PORTSDIR}/databases/sqlite3 \
|
|
libpcre.so:${PORTSDIR}/devel/pcre \
|
|
libgmp.so:${PORTSDIR}/math/gmp \
|
|
libgnutls.so:${PORTSDIR}/security/gnutls \
|
|
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
|
libnettle.so:${PORTSDIR}/security/nettle \
|
|
libp11-kit.so:${PORTSDIR}/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
|
|
|
|
.include <bsd.port.mk>
|