1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/databases/sharedance/Makefile
Martin Matuska 39b68bb4fe Update libevent to 1.4.14b
PR:		ports/147723
Approved by:	maintainer (timeout)
2010-07-25 15:39:20 +00:00

28 lines
584 B
Makefile

# New ports collection makefile for: sharedance
# Date created: 2008-04-13
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= sharedance
PORTVERSION= 0.6
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://download.pureftpd.org/pub/sharedance/
MAINTAINER= gslin@gslin.org
COMMENT= A daemon to centralize keys and associated data
LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS= --with-largefile
GNU_CONFIGURE= yes
USE_BZIP2= yes
post-install:
${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/php/*.php ${DATADIR}
.include <bsd.port.mk>