aboutsummaryrefslogtreecommitdiffstats
path: root/www/xsp/Makefile
blob: 076cf5d36b84f893d7e986abb12bd9034df7b0fe (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
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:        xsp
# Date created:                 20040828
# Whom:             Tom McLaughlin <tmclaugh@sdf.lonestar.org>
#
# $FreeBSD$
#   $Id: Makefile,v 1.38 2007/12/15 00:04:31 killfill Exp $
#

PORTNAME=   xsp
PORTVERSION=    2.6.4
CATEGORIES= www
MASTER_SITES=   http://ftp.novell.com/pub/mono/sources/${PORTNAME}/

MAINTAINER= mono@FreeBSD.org
COMMENT=    Mono based web server

BUILD_DEPENDS=  ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono
RUN_DEPENDS=    ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono

MAKE_JOBS_UNSAFE=   yes

USE_SQLITE= 3
USE_BZIP2=  yes
USE_GNOME=  gnometarget gnomehack
GNU_CONFIGURE=  yes
USE_GMAKE=  yes

MAN1=       asp-state.1 dbsessmgr.1 mod-mono-server.1 xsp.1 \
        fastcgi-mono-server.1

PLIST_SUB+= PORTVERSION=${PORTVERSION}

pre-su-install:
    ${MKDIR} ${XSP_DOCROOT}

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>