freebsd-ports/net-p2p/linuxdcpp/Makefile

36 lines
834 B
Makefile
Raw Normal View History

PORTNAME= linuxdcpp
PORTVERSION= 1.1.0
PORTREVISION= 20
CATEGORIES= net-p2p
MASTER_SITES= http://launchpadlibrarian.net/69733951/
MAINTAINER= danfe@FreeBSD.org
COMMENT= Port of the DC++ Direct Connect client to Unix-like systems
WWW= https://launchpad.net/linuxdcpp
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/License.txt
BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs
USES= compiler:c++11-lang gettext gnome iconv localbase:ldflags \
pkgconfig scons ssl tar:bzip2
USE_GNOME= cairo libglade2
PORTDOCS= *
DESTDIRNAME= FAKE_ROOT
OPTIONS_DEFINE= NOTIFY DOCS
OPTIONS_DEFAULT=NOTIFY
NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify
NOTIFY_MAKE_ARGS_OFF= libnotify=0
.if defined(WITH_DEBUG)
MAKE_ARGS+= debug=1
.endif
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>