- DEFAULT_VERSIONS += ssl=openssl-devel is now supported - devel/py-event and devel/p5-Event-Lib are marked BROKEN Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog PR: 216527 Exp-run by: antoine Approved by: mm (maintainer)
27 lines
632 B
Makefile
27 lines
632 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sharedance
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://download.pureftpd.org/pub/sharedance/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Daemon to centralize keys and associated data
|
|
|
|
LIB_DEPENDS= libevent.so:devel/libevent2
|
|
|
|
CONFIGURE_ARGS= --with-largefile
|
|
GNU_CONFIGURE= yes
|
|
USES= tar:bzip2
|
|
CFLAGS+= -I${LOCALBASE}/include/event2/compat \
|
|
-I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib/event2
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/php/*.php ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|