mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
a34bba2839
catch one MASTER_SITES0 that wasn't actually in use
30 lines
589 B
Makefile
30 lines
589 B
Makefile
COMMENT = small memory footprint dynamic dns updater
|
|
|
|
DISTNAME = inadyn-1.98.0
|
|
REVISION = 2
|
|
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://vmlinux.org/jocke/inadyn.shtml
|
|
|
|
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c
|
|
|
|
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>
|