2009-03-19 14:49:35 +01:00
|
|
|
# New ports collection makefile for: LinuxDC++
|
2006-07-29 19:46:11 +02:00
|
|
|
# Date created: 19 June 2005
|
2009-03-19 14:49:35 +01:00
|
|
|
# Whom: Jeremy Messenger <mezz@FreeBSD.org>
|
2006-07-29 19:46:11 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= linuxdcpp
|
2009-03-19 14:49:35 +01:00
|
|
|
PORTVERSION= 1.0.3
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
2006-07-29 19:46:11 +02:00
|
|
|
CATEGORIES= net-p2p
|
2011-05-17 12:40:15 +02:00
|
|
|
MASTER_SITES= http://launchpadlibrarian.net/21888715/
|
2006-07-29 19:46:11 +02:00
|
|
|
|
2009-03-19 14:52:01 +01:00
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
2009-03-19 14:49:35 +01:00
|
|
|
COMMENT= A port of the DC++ direct connect client to POSIX-like systems
|
2006-07-29 19:46:11 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= libglade2
|
2007-02-06 20:04:25 +01:00
|
|
|
USE_ICONV= yes
|
2006-07-29 19:46:11 +02:00
|
|
|
USE_SCONS= yes
|
2006-12-15 06:21:54 +01:00
|
|
|
USE_OPENSSL= yes
|
2011-05-17 12:40:15 +02:00
|
|
|
PORTDOCS= *
|
2006-07-29 19:46:11 +02:00
|
|
|
|
2007-02-07 06:38:15 +01:00
|
|
|
SCONS_BUILDENV= ${SCONS_ENV}
|
|
|
|
|
2006-08-04 10:09:50 +02:00
|
|
|
.if defined(WITH_DEBUG)
|
|
|
|
SCONS_ARGS= debug=1
|
|
|
|
.endif
|
|
|
|
|
2007-02-06 20:04:25 +01:00
|
|
|
.include <bsd.port.mk>
|