If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-)
31 lines
575 B
Makefile
31 lines
575 B
Makefile
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>
|