aboutsummaryrefslogtreecommitdiff
path: root/databases/sharedance/Makefile
blob: 5b8ae23cb55316f17cf3fdc4be7e1cc67a1cec0b (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
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=	sharedance
PORTVERSION=	0.6
PORTREVISION=	7
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/libevent

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>