1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net-p2p/verlihub/Makefile
Gabor Kovesdan 87f8d0699e - Add rc(8) script
- Fix plugin support
- Fix dependencies
- Modify doc-set
- Add database support for non-English hubs
- Installation fixes
- portlint(1)

PR:		ports/102406
Submitted by:	Pankov Pavel <pankov_p@mail.ru>
Approved by:	erwin (mentor), maintainer timeout
2006-12-10 21:18:10 +00:00

57 lines
1.2 KiB
Makefile

# New ports collection makefile for: verlihub
# Date created: 2 April 2004
# Whom: Hurbold
#
# $FreeBSD$
#
PORTNAME= verlihub
PORTVERSION= 0.9.8.c
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= net-p2p
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= verlihub
DISTNAME= verlihub-0.9.8c-RC2
MAINTAINER= hurbold@yahoo.com
COMMENT= A Direct Connect protocol server (Hub)
# XXX: Actually, bash isn't required for building,
# but otherwise configure script would pick the wrong path
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \
pcre.0:${PORTSDIR}/devel/pcre
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
WRKSRC= ${WRKDIR}/verlihub-0.9.8c
USE_RC_SUBR= verlihub
USE_MYSQL= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GCC= 3.4+
USE_OPENSSL= yes
SUB_FILES+= pkg-message
SUB_FILES= pkg-message
DOCS= configuring.txt using.txt help.html verlihub.html
MANUAL_DOCS= verlihub.css verlihub_manual.html
PORTDOCS= ${DOCS} ${MANUAL_DOCS}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
.endfor
.for i in ${MANUAL_DOCS}
${INSTALL_DATA} ${WRKSRC}/docs/html_manual/${i} ${DOCSDIR}
.endfor
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>