mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
a5185846f0
have not been bumped yet after the latest libsqlite3.so library version change. Approved by: portmgr (implicit)
25 lines
480 B
Makefile
25 lines
480 B
Makefile
# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xsp
|
|
PORTVERSION= 2.10.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
COMMENT= Mono based web server
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
USE_SQLITE= 3
|
|
USES= mono pathfix pkgconfig gmake tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|
|
|
pre-install:
|
|
${MKDIR} ${STAGEDIR}${XSP_DOCROOT}
|
|
|
|
.include <bsd.port.mk>
|