9637f7852e
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
22 lines
568 B
Makefile
22 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:50 rillig Exp $
|
|
|
|
DISTNAME= iodine-0.7.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://code.kryo.se/iodine/
|
|
|
|
MAINTAINER= mwilhelmy@users.sourceforge.net
|
|
HOMEPAGE= https://code.kryo.se/iodine/
|
|
COMMENT= Tool to tunnel IPv4 over DNS
|
|
LICENSE= mit
|
|
|
|
PKG_USERS= iodine:iodine
|
|
PKG_GROUPS= iodine
|
|
|
|
BUILD_DEFS+= VARBASE
|
|
MAKE_DIRS= ${VARBASE}/chroot
|
|
OWN_DIRS= ${VARBASE}/chroot/iodine
|
|
MAKE_FLAGS+= prefix=${PREFIX}
|
|
MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|