rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

32 lines
659 B
Makefile

# $OpenBSD: Makefile,v 1.5 2018/01/11 19:27:05 rpe Exp $
COMMENT = small memory footprint dynamic dns updater
DISTNAME = inadyn-1.98.0
REVISION = 1
CATEGORIES = net
HOMEPAGE = http://vmlinux.org/jocke/inadyn.shtml
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c
MASTER_SITES = ftp://ftp.vmlinux.org/pub/People/jocke/inadyn/
EXTRACT_SUFX = .tar.bz2
MAKE_FLAGS = EXTRA_CFLAGS="${CFLAGS}"
USE_GMAKE = Yes
NO_TEST = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/inadyn/
${INSTALL_DATA} ${FILESDIR}/inadyn.conf ${PREFIX}/share/examples/inadyn/
.include <bsd.port.mk>