e3054d58f9
- Use SUB_FILES - Make it depend on bash 3.x instead of 2.x PR: 102596 Submitted by: gabor Approved by: maintainer
53 lines
1.1 KiB
Makefile
53 lines
1.1 KiB
Makefile
# New ports collection makefile for: verlihub
|
|
# Date created: 2 April 2004
|
|
# Whom: Hurbold
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= verlihub
|
|
PORTVERSION= 0.9.8.c
|
|
PORTREVISION= 1
|
|
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= Verlihub Linux/Unix Direct Connect Hub Software
|
|
|
|
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_MYSQL= yes
|
|
USE_PERL5= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
|
|
SUB_FILES+= pkg-message
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
PORTDOCS= configuring.txt help.sql using.txt features.html help.html params.php verlihub.html
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
USE_GCC= 3.4+
|
|
.endif
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
.for i in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${i} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.post.mk>
|