aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sharedance/Makefile
blob: ff1dbcfbaff8641201552e575728a0d5c6b7ee2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    sharedance
# Date created:     2008-04-13
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   sharedance
PORTVERSION=    0.6
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.3e:${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>