blob: 1cdf4340a10062a29a5555ba3bf3a9d78e64b050 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# New ports collection makefile for: linuxdcpp
# Date created: 19 June 2005
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= linuxdcpp
PORTVERSION= 0.0.1.20060726 #0.0.1.YYYYMMDD
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=mezz
MAINTAINER= mezz@FreeBSD.org
COMMENT= A port of the win32 DC++ direct connect client to POSIX-like systems
USE_GCC= 3.4
USE_XLIB= yes
USE_BZIP2= yes
USE_GNOME= libglade2
USE_SCONS= yes
SCONS_ARGS= release=1
DATADIR= ${PREFIX}/share/ldcpp
DOCSDIR= ${PREFIX}/share/doc/ldcpp
post-extract:
@${RM} ${WRKSRC}/linux/prefix.*
post-patch:
@${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g ; s|%%CXX%%|${CXX}|g ; \
s|%%CXXFLAGS%%|${CXXFLAGS}|g' ${WRKSRC}/SConstruct
.include <bsd.port.mk>
|