Files
2025-07-12 23:03:51 -07:00

44 lines
1.5 KiB
Plaintext

PortSystem 1.0
PortGroup github 1.0
github.setup ldmud ldmud 3.6.8
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories games
maintainers {toby @tobypeterson}
description modern LPMud gamedriver
long_description \
LDMud started as a project to clean up and modernize Amylaar's LPMud \
gamedriver. Primary goals are full documentation, a commented source body \
and out-of-the-box support for the major mudlibs, of which the commented \
source body has been pretty much completed. During the course of work a \
lot of bug fixes and improvements found their way into the driver - much \
more than originally expected, and definitely enough to make LDMud a \
driver in its own right.
homepage http://www.ldmud.eu/
platforms darwin
checksums rmd160 b805e4dc92116b8fd42e1c1f9c7969b306c41249 \
sha256 0061a8c34ad112e0778244cf99f3f1557620a5a40e7dcc965714473bdb94fdd6 \
size 3433623
patchfiles patch-src__Makefile.in
depends_build port:bison
depends_lib port:libiconv port:pcre path:lib/libssl.dylib:openssl
use_autoreconf yes
autoreconf.dir ${worksrcpath}/src
autoreconf.cmd ./autogen.sh
configure.dir ${worksrcpath}/src
configure.args --libdir=${prefix}/var/ldmud \
--with-optimize=no \
--enable-use-tls=ssl
configure.env EXTRA_CFLAGS=${configure.cflags}
use_parallel_build no
build.dir ${worksrcpath}/src
destroot.target install-driver