2014-12-24 05:50:16 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= firstboot-growfs
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
2015-04-02 18:01:45 +02:00
|
|
|
EXTRACT_ONLY= # none
|
2014-12-24 05:50:16 +01:00
|
|
|
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
|
|
COMMENT= Expand / when the system first boots
|
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_BUILD= yes
|
2015-04-02 18:01:45 +02:00
|
|
|
NO_INSTALL= yes
|
2014-12-24 05:50:16 +01:00
|
|
|
|
|
|
|
USE_RC_SUBR= firstboot_growfs
|
|
|
|
|
2015-04-02 18:01:45 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2014-12-24 05:50:16 +01:00
|
|
|
|
|
|
|
.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
|
|
|
|
IGNORE= first boot rc.d scripts not supported on this version of FreeBSD
|
|
|
|
.endif
|
|
|
|
|
2015-04-02 18:01:45 +02:00
|
|
|
.include <bsd.port.mk>
|