freebsd-ports/sysutils/firstboot-cloudsetup/Makefile
Dmitry Marakasov 3fb23a1fec sysutils/firstboot-cloudsetup: Fix WRKSRC
Approved by:	porgmgr blanket
2022-06-07 04:33:50 +03:00

16 lines
359 B
Makefile

PORTNAME= cloudsetup
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= https://git.sr.ht/~jornane/${PORTNAME}/archive/
PKGNAMEPREFIX= firstboot-
MAINTAINER= jornane@icloud.com
COMMENT= Configure network and user when the system first boots
LICENSE= BSD3CLAUSE
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME}
NO_BUILD= yes
NO_ARCH= yes
.include <bsd.port.mk>