Import sysutils/firstboot-growfs version 1.0
[dports.git] / sysutils / firstboot-growfs / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       firstboot-growfs
4 PORTVERSION=    1.0
5 CATEGORIES=     sysutils
6 MASTER_SITES=   # none
7 DISTFILES=      # none
8
9 MAINTAINER=     swills@FreeBSD.org
10 COMMENT=        Expand / when the system first boots
11
12 NO_WRKSUBDIR=   yes
13 NO_BUILD=       yes
14
15 USE_RC_SUBR=    firstboot_growfs
16
17 .include <bsd.port.pre.mk>
18
19 .if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
20 IGNORE= first boot rc.d scripts not supported on this version of FreeBSD
21 .endif
22
23 do-fetch do-install:
24         @${DO_NADA}
25
26 .include <bsd.port.post.mk>