ports/www/wwwoffle/Makefile

31 lines
575 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= WWW OFFLine Explorer
DISTNAME= wwwoffle-2.9j
CATEGORIES= www
REVISION= 0
HOMEPAGE= http://www.gedanken.org.uk/software/wwwoffle/
# GPLv2+
PERMIT_PACKAGE= Yes
WANTLIB += c z
MASTER_SITES= http://www.gedanken.org.uk/software/wwwoffle/download/
EXTRACT_SUFX= .tgz
CONFIGURE_STYLE= gnu
# don't pick up gtar
CONFIGURE_ENV= TAR=tar
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>