1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net-p2p/linuxdcpp/Makefile
Jeremy Messenger 31eaed2ac2 -Update to 1.0.0, finally an offical tarball from them.
-Update pkg-descr, copied from its release notes.
2007-09-23 22:22:27 +00:00

29 lines
511 B
Makefile

# New ports collection makefile for: linuxdcpp
# Date created: 19 June 2005
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= linuxdcpp
PORTVERSION= 1.0.0
CATEGORIES= net-p2p
MASTER_SITES= BERLIOS
MAINTAINER= mezz@FreeBSD.org
COMMENT= A port of the win32 DC++ direct connect client to POSIX-like systems
USE_BZIP2= yes
USE_GNOME= libglade2
USE_ICONV= yes
USE_SCONS= yes
USE_OPENSSL= yes
SCONS_BUILDENV= ${SCONS_ENV}
.if defined(WITH_DEBUG)
SCONS_ARGS= debug=1
.endif
.include <bsd.port.mk>