diff options
author | kefren <kefren> | 2008-10-07 13:25:12 +0000 |
---|---|---|
committer | kefren <kefren> | 2008-10-07 13:25:12 +0000 |
commit | 33062ac9f3e6805f40635d327a01d767f814e864 (patch) | |
tree | 0fd10bf54cfcc2005e674d41ab37b604286572ee /www/mono-xsp/Makefile | |
parent | df2ae3179872ab89ac717f4f1fbb769844125161 (diff) | |
download | pkgsrc-33062ac9f3e6805f40635d327a01d767f814e864.tar.gz |
Update to mono-xsp 2.0, part of mono 2.0
Diffstat (limited to 'www/mono-xsp/Makefile')
-rw-r--r-- | www/mono-xsp/Makefile | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/www/mono-xsp/Makefile b/www/mono-xsp/Makefile index f102880b4dc..05500e862a2 100644 --- a/www/mono-xsp/Makefile +++ b/www/mono-xsp/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2008/05/30 11:07:22 tnn Exp $ +# $NetBSD: Makefile,v 1.9 2008/10/07 13:25:12 kefren Exp $ -DISTNAME= xsp-1.9.1 +DISTNAME= xsp-2.0 PKGNAME= mono-${DISTNAME} CATEGORIES= www -MASTER_SITES= http://go-mono.com/sources/xsp/ +MASTER_SITES= http://ftp.novell.com/pub/mono/sources/xsp/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= kefren@NetBSD.org @@ -14,6 +14,16 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config MAKE_JOBS_SAFE= no +PKGCONFIG_OVERRIDE+= src/Mono.WebServer/xsp.pc.in +PKGCONFIG_OVERRIDE+= src/Mono.WebServer/xsp-2.pc.in + +SUBST_CLASSES+= unwrap_mk +SUBST_STAGE.unwrap_mk= pre-install +SUBST_MESSAGE.unwrap_mk= Unwrapping Tests.XSP.Security/Makefile +SUBST_FILES.unwrap_mk= unittests/Tests.XSP.Security/Makefile +SUBST_SED.unwrap_mk= -e 's,^MAKEINFO = .*,MAKEINFO = makeinfo,' +SUBST_SED.unwrap_mk+= -e 's,^PKG_CONFIG = .*,PKG_CONFIG = ${PREFIX}/bin/pkg-config,' + .include "../../databases/sqlite3/buildlink3.mk" .include "../../lang/mono/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |