ports/net-p2p/linuxdcpp/Makefile
Jeremy Messenger f53943b6c7 - Update it to the lastest version of CVS, at 2007-02-04 in changelog. See in
the changelog for details:

	http://tinyurl.com/b3myl
- Remove STRIP= from WITH_DEBUG, it's in bsd.port.mk now.
- Remove IGNORE on FreeBSD 4.x, it's no longer need.

Reviewed by:	bland (iconv patch)
2007-02-06 19:04:25 +00:00

36 lines
801 B
Makefile

# New ports collection makefile for: linuxdcpp
# Date created: 19 June 2005
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= linuxdcpp
PORTVERSION= 0.0.1.20070204 #0.0.1.YYYYMMDD
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.freebsd.org/~mezz/distfiles/
MASTER_SITE_SUBDIR=mezz
MAINTAINER= mezz@FreeBSD.org
COMMENT= A port of the win32 DC++ direct connect client to POSIX-like systems
USE_XLIB= yes
USE_BZIP2= yes
USE_GNOME= libglade2
USE_ICONV= yes
USE_SCONS= yes
USE_OPENSSL= yes
.if defined(WITH_DEBUG)
SCONS_ARGS= debug=1
.else
SCONS_ARGS= release=1
.endif
post-patch:
@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ; s|%%CXX%%|${CXX}|g ; \
s|%%CXXFLAGS%%|${CXXFLAGS}|g ; s|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/SConstruct
.include <bsd.port.mk>