2007-07-03 12:32:36 +02:00
|
|
|
# New ports collection makefile for: Verlihub
|
2004-05-06 20:17:40 +02:00
|
|
|
# Date created: 2 April 2004
|
2007-07-03 12:32:36 +02:00
|
|
|
# Whom: Bill Cadwallader <hurbold@yahoo.com>
|
2004-05-06 20:17:40 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= verlihub
|
2008-02-08 17:45:27 +01:00
|
|
|
DISTVERSION= 0.9.8d-RC2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2004-06-24 16:54:02 +02:00
|
|
|
PORTEPOCH= 1
|
2006-01-30 22:36:28 +01:00
|
|
|
CATEGORIES= net-p2p
|
2004-05-06 20:17:40 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2007-07-03 12:32:36 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2004-05-06 20:17:40 +02:00
|
|
|
|
2007-07-04 15:07:49 +02:00
|
|
|
MAINTAINER= skylord@vt.net.ru
|
2006-12-10 22:18:10 +01:00
|
|
|
COMMENT= A Direct Connect protocol server (Hub)
|
2004-05-06 20:17:40 +02:00
|
|
|
|
2006-12-10 22:18:10 +01:00
|
|
|
# XXX: Actually, bash isn't required for building,
|
|
|
|
# but otherwise configure script would pick the wrong path
|
|
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
2006-08-15 00:26:37 +02:00
|
|
|
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \
|
2004-05-06 20:17:40 +02:00
|
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
2006-09-04 17:51:11 +02:00
|
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
2004-05-06 20:17:40 +02:00
|
|
|
|
2006-12-10 22:18:10 +01:00
|
|
|
USE_RC_SUBR= verlihub
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-05-06 20:17:40 +02:00
|
|
|
USE_MYSQL= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-09-04 17:51:11 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-12-10 22:18:10 +01:00
|
|
|
USE_OPENSSL= yes
|
2006-09-04 17:51:11 +02:00
|
|
|
SUB_FILES+= pkg-message
|
2004-05-06 20:17:40 +02:00
|
|
|
|
2007-07-03 12:32:36 +02:00
|
|
|
DOCS= configuring.txt using.txt help.html verlihub.html
|
2006-12-10 22:18:10 +01:00
|
|
|
MANUAL_DOCS= verlihub.css verlihub_manual.html
|
|
|
|
PORTDOCS= ${DOCS} ${MANUAL_DOCS}
|
2005-10-08 17:41:31 +02:00
|
|
|
|
2007-07-04 15:07:49 +02:00
|
|
|
post-extract:
|
|
|
|
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
|
|
|
|
|
2004-05-06 20:17:40 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2007-07-03 12:32:36 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2006-12-10 22:18:10 +01:00
|
|
|
.for i in ${DOCS}
|
2004-05-06 20:17:40 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
2006-12-10 22:18:10 +01:00
|
|
|
.for i in ${MANUAL_DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/html_manual/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
2004-05-06 20:17:40 +02:00
|
|
|
.endif
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2006-12-10 22:18:10 +01:00
|
|
|
.include <bsd.port.mk>
|