Limit this package to BSD (including Darwin) and Linux. If you want

to run this on one of the other supported pkgsrc platforms, work will
probably be required.
This commit is contained in:
thorpej 2023-01-15 21:56:07 +00:00
parent 404260f29d
commit 30cb9fec88

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2023/01/15 21:41:34 thorpej Exp $
# $NetBSD: Makefile,v 1.2 2023/01/15 21:56:07 thorpej Exp $
#
NABUD_VERS= 0.9
@ -25,6 +25,15 @@ PKG_USERS= ${NABUD_USER}:${NABUD_GROUP}
PKG_GROUPS= ${NABUD_GROUP}
PKG_GECOS.${NABUD_USER}=NABU user
# Limit this to modern BSD flavors and Linux for now.
ONLY_FOR_PLATFORM+= NetBSD-*-*
ONLY_FOR_PLATFORM+= FreeBSD-*-*
ONLY_FOR_PLATFORM+= DragonFly-*-*
ONLY_FOR_PLATFORM+= Darwin-*-*
ONLY_FOR_PLATFORM+= MirBSD-*-*
ONLY_FOR_PLATFORM+= OpenBSD-*-*
ONLY_FOR_PLATFORM+= Linux-*-*
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} != "Darwin"