forked from Lainports/freebsd-ports
16 lines
359 B
Makefile
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>
|