naddy 8042672d69 Drop USE_GROFF: apart from trivial page footer differences, groff
and mandoc produce identical UTF-8 output.
2015-02-15 21:02:02 +00:00

35 lines
678 B
Makefile

# $OpenBSD: Makefile,v 1.17 2015/02/15 21:02:02 naddy Exp $
COMMENT= distributed command execution
DISTNAME= tentakel-357
REVISION = 4
CATEGORIES= sysutils
MAINTAINER= Sebastian Stark <seb@todesplanet.de>
HOMEPAGE= http://tentakel.biskalar.de/
MODPY_EGG_VERSION = 2.2.1
# BSD + LGPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://spacehopper.org/mirrors/
MODULES= lang/python
WRKSRC= ${WRKDIST}/py
TEST_IS_INTERACTIVE= yes
do-configure:
@perl -pi -e 's,/etc,${SYSCONFDIR},g' \
${WRKDIST}/tentakel.1 \
${WRKDIST}/py/tentakel
do-test:
@cd ${WRKSRC}/lekatnet && ${MODPY_BIN} ./config.py
@cd ${WRKSRC}/lekatnet && ${MODPY_BIN} ./remote.py
.include <bsd.port.mk>