aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/uhub/Makefile
blob: a4e7c144315fb3aa319c126048f1ed69c0d7fa39 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:	uhub
# Date created:		16 Oct 2009
# Whom:			Yashin Dmitry <yashin.dm@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	uhub
PORTVERSION=	0.3.2
PORTREVISION=	2
CATEGORIES=	net-p2p
MASTER_SITES=	http://www.extatic.org/downloads/uhub/
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	yashin.dm@gmail.com
COMMENT=	High performance peer-to-peer hub for the ADC network

USE_PERL5_BUILD=yes
USE_GMAKE=	yes

USE_RC_SUBR=	uhub.sh

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKEFILE=	${WRKSRC}/GNUmakefile

OPTIONS=	OPENSSL		"Enable SSL support (experimental)" off

.include <bsd.port.pre.mk>

.if defined(WITH_OPENSSL)
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
MAKE_ARGS=	USE_SSL=YES
CFLAGS+=	-I${OPENSSLINC}
LDFLAGS+=	-L${OPENSSLLIB}
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|/etc/uhub/|${PREFIX}&|' ${WRKSRC}/doc/uhub.conf

post-install:
	@${INSTALL_DATA} ${WRKSRC}/doc/uhub.conf ${PREFIX}/etc/uhub/uhub.conf.sample
	@${INSTALL_DATA} ${WRKSRC}/doc/users.conf ${PREFIX}/etc/uhub/users.conf.sample
	@if [ -f ${PREFIX}/etc/uhub/motd.txt ]; then \
		${TOUCH} ${PREFIX}/etc/uhub/motd.txt.sample ; \
	fi
	@if [ -f ${PREFIX}/etc/uhub/rules.txt ]; then \
		${TOUCH} ${PREFIX}/etc/uhub/rules.txt.sample ; \
	fi

.include <bsd.port.post.mk>