mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
39b68bb4fe
PR: ports/147723 Approved by: maintainer (timeout)
28 lines
584 B
Makefile
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>
|