1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net-p2p/linuxdcpp/Makefile
Marcus von Appen a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00

30 lines
544 B
Makefile

# $FreeBSD$
PORTNAME= linuxdcpp
PORTVERSION= 1.1.0
PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://launchpadlibrarian.net/69733951/
MAINTAINER= ports@FreeBSD.org
COMMENT= A port of the DC++ Direct Connect client to Unix-like systems
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:${PORTSDIR}/devel/boost-libs
USE_BZIP2= yes
USE_GNOME= libglade2
USES= iconv
USE_SCONS= yes
USE_OPENSSL= yes
PORTDOCS= *
SCONS_BUILDENV= ${SCONS_ENV}
.if defined(WITH_DEBUG)
SCONS_ARGS= debug=1
.endif
.include <bsd.port.mk>