sthen 6a3e23a51b update to wwwoffle-2.9i, use _wwwoffle user instead of daemon, get rid of
complex flavour patching and @sample'ing and place the html files etc
directly into place.
2015-11-10 13:56:01 +00:00

29 lines
583 B
Makefile

# $OpenBSD: Makefile,v 1.20 2015/11/10 13:56:01 sthen Exp $
COMMENT= WWW OFFLine Explorer
DISTNAME= wwwoffle-2.9i
CATEGORIES= www
HOMEPAGE= http://www.gedanken.org.uk/software/wwwoffle/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c z
MASTER_SITES= http://www.gedanken.org.uk/software/wwwoffle/download/
EXTRACT_SUFX= .tgz
CONFIGURE_STYLE= gnu
MAKE_FLAGS= prefix="${PREFIX}"
FAKE_FLAGS= CONFDIR="${WRKINST}${PREFIX}/share/examples/wwwoffle"
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${WRKINST}${LOCALSTATEDIR}/spool/wwwoffle/monitor
.include <bsd.port.mk>