mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
7e339abf8a
And USE_GMAKE by USES=gmake where touching a port because of the above. Approved by: portmgr (bapt) [1]
35 lines
868 B
Makefile
35 lines
868 B
Makefile
# Created by: Bill Cadwallader <hurbold@yahoo.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= verlihub
|
|
DISTVERSION= 0.9.8e-r2
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net-p2p
|
|
MASTER_SITES= SF/${PORTNAME}/Verlihub/${DISTVERSION}
|
|
|
|
MAINTAINER= me@skylord.ru
|
|
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.3:${PORTSDIR}/devel/pcre
|
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
LDFLAGS+= -L/usr/local/lib
|
|
USE_RC_SUBR= verlihub
|
|
USE_GCC= any
|
|
USE_AUTOTOOLS= libtool
|
|
USE_MYSQL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_OPENSSL= yes
|
|
SUB_FILES+= pkg-message
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|for libpath in /|for libpath in ${PREFIX} /|g' ${WRKSRC}/config_geoip
|
|
|
|
.include <bsd.port.mk>
|