diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-31 13:18:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-31 13:18:55 +0000 |
commit | 72f1ab85b6701a2d5642c7beaaf3a56b7e65a74e (patch) | |
tree | 1523dc670b1304729224f35ce3bc71ce2cf677d8 /www/hiawatha | |
parent | fc6e37309a2c331ef414cc3529c09243f4defb24 (diff) | |
download | ports-72f1ab85b6701a2d5642c7beaaf3a56b7e65a74e.tar.gz ports-72f1ab85b6701a2d5642c7beaaf3a56b7e65a74e.zip |
Notes
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 9 | ||||
-rw-r--r-- | www/hiawatha/distinfo | 6 |
2 files changed, 11 insertions, 4 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index b4d1bc008667..79ef754abd87 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hiawatha -PORTVERSION= 6.11 +PORTVERSION= 6.13 CATEGORIES= www MASTER_SITES= http://www.hiawatha-webserver.org/files/ @@ -21,9 +21,14 @@ MANCOMPRESSED= no USE_RC_SUBR= hiawatha SUB_FILES= pkg-message +WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var webrootdir=${WWWDIR} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib OPTIONS= COMMAND "Enable the Hiawatha CommandChannel" Off \ CACHE "Internal file caching support" On \ @@ -56,6 +61,8 @@ CONFIGURE_ARGS+= --disable-ipv6 .if defined(WITH_XSLT) CONFIGURE_ARGS+= --enable-xslt +USE_GNOME+= libxslt +CPPFLAGS+= -I${LOCALBASE}/include/libxml2 .endif post-install: diff --git a/www/hiawatha/distinfo b/www/hiawatha/distinfo index c836142ab98a..f9954590aaa0 100644 --- a/www/hiawatha/distinfo +++ b/www/hiawatha/distinfo @@ -1,3 +1,3 @@ -MD5 (hiawatha-6.11.tar.gz) = 598b225113ef15a84a3ed7f76c1f776f -SHA256 (hiawatha-6.11.tar.gz) = aa743f140c95e85cd5643537cafe1b04f362d97f17a01fb0c3e200268d5b1570 -SIZE (hiawatha-6.11.tar.gz) = 248371 +MD5 (hiawatha-6.13.tar.gz) = bc1e8eb679f03ad372395bbc1e50af38 +SHA256 (hiawatha-6.13.tar.gz) = de290133f9d4766c27db6aedc5559883af3a5da7b0e7d97749a45ade74d7ae9b +SIZE (hiawatha-6.13.tar.gz) = 249870 |