1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/www/xsp/Makefile
Romain Tartière 5c80951022 - Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
  devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
  devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
  graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
  multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
  www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
  x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).

PR:		ports/143657 [1]
Submitted by:	glewis [1]
2010-06-01 12:41:30 +00:00

38 lines
853 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.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>