aboutsummaryrefslogtreecommitdiffstats
path: root/databases/sharedance/Makefile
blob: 5728ab99bc7c3648e959772d558368b9b577b4dc (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
27
# 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>