mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
55065e9f8e
PR: ports/136352 Submitted by: Romain Tartiere
34 lines
790 B
Makefile
34 lines
790 B
Makefile
# 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.4.2
|
|
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
|
|
|
|
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
|
|
|
|
pre-su-install:
|
|
${MKDIR} ${XSP_DOCROOT}
|
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
|
.include <bsd.port.mk>
|