Last change
on this file since 11593 was
11593,
checked in by jkh, 15 years ago
|
The disposition of the dlopen() and poll() routines has evolved over 3 releases. Properly
conditionalize usage of this in the ports that need it to ensure that builds on Jaguar, Panther
and Tiger all work.
|
-
Property svn:eol-style set to
native
|
File size:
593 bytes
|
Line | |
---|
1 | # $Id: Portfile,v 1.3 2005/04/04 10:08:36 jkh Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name xsp |
---|
6 | version 1.0.6 |
---|
7 | categories devel |
---|
8 | platforms darwin |
---|
9 | maintainers jkh@opendarwin.org |
---|
10 | description a small web server that hosts the Mono System.Web classes |
---|
11 | long_description The XSP server is a small web server that hosts the Mono System.Web classes for running what is commonly known as ASP.NET |
---|
12 | |
---|
13 | homepage http://www.go-mono.com |
---|
14 | master_sites ${homepage}/archive/${version} |
---|
15 | checksums md5 9a8a6b900afb8e5e1573f4bcd9fd4025 |
---|
16 | depends_lib bin:mono:mono |
---|
17 | configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info |
---|
Note: See
TracBrowser
for help on using the repository browser.