1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00
Pawel Pekala 54a1d9ee80 Update to version 1.11
PR:		ports/168096
Submitted by:	Dmitriy Limonov <earl1k@mail.ru> (maintainer)
2012-05-18 15:58:26 +00:00

44 lines
1.0 KiB
Makefile

# New ports collection makefile for: ncdc
# Date created: 28 November 2011
# Whom: Dmitriy Limonov
#
# $FreeBSD$
#
PORTNAME= ncdc
PORTVERSION= 1.11
CATEGORIES= net-p2p
MASTER_SITES= SF \
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= sqlite3:${PORTSDIR}/databases/sqlite3 \
xml2:${PORTSDIR}/textproc/libxml2 \
gnutls:${PORTSDIR}/security/gnutls
OPTIONS= GDBM "Build ncdc-db-upgrade" off
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 defined(WITH_GDBM)
CONFIGURE_ARGS+=--enable-db-upgrade
LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm
PLIST_FILES+= bin/ncdc-db-upgrade
MAN1+= ncdc-db-upgrade.1
.endif
.include <bsd.port.mk>