diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-13 09:32:39 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-13 09:32:39 +0000 |
commit | 9a987a1e3e5fe3d64d28d262ce99011026a564ba (patch) | |
tree | cdbc53fa479d5d3d944a67fb42228d73bf5194a5 /net-p2p/verlihub/Makefile | |
parent | f0fd17623e5f183921844aab3a87fda0834633d7 (diff) |
Notes
Diffstat (limited to 'net-p2p/verlihub/Makefile')
-rw-r--r-- | net-p2p/verlihub/Makefile | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/net-p2p/verlihub/Makefile b/net-p2p/verlihub/Makefile index 70b3d58e4b91..282ac94efe85 100644 --- a/net-p2p/verlihub/Makefile +++ b/net-p2p/verlihub/Makefile @@ -6,13 +6,12 @@ # PORTNAME= verlihub -DISTVERSION= 0.9.8d-RC2 -PORTREVISION= 3 +DISTVERSION= 0.9.8e-r1 PORTEPOCH= 1 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/Verlihub/${DISTVERSION} -MAINTAINER= skylord@vt.net.ru +MAINTAINER= me@skylord.ru COMMENT= A Direct Connect protocol server (Hub) # XXX: Actually, bash isn't required for building, @@ -23,7 +22,7 @@ LIB_DEPENDS= GeoIP.5:${PORTSDIR}/net/GeoIP \ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_RC_SUBR= verlihub - +USE_GCC= 4.2+ USE_AUTOTOOLS= libtool:22 USE_MYSQL= yes GNU_CONFIGURE= yes @@ -31,23 +30,10 @@ USE_LDCONFIG= yes USE_OPENSSL= yes 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-extract: - @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} +post-patch: + @${REINPLACE_CMD} -e 's|for libpath in /|for libpath in ${PREFIX} /|g' ${WRKSRC}/config_geoip 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> |