2013-11-30 01:17:00 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= firstboot-pkgs
|
2013-12-16 03:36:23 +01:00
|
|
|
PORTVERSION= 1.3
|
2013-11-30 01:17:00 +01:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
|
|
|
|
|
|
|
MAINTAINER= cperciva@FreeBSD.org
|
|
|
|
COMMENT= Install packages when the system first boots
|
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
USE_RC_SUBR= firstboot_pkgs
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2013-12-07 11:50:23 +01:00
|
|
|
.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000100 ) || ( ${OSVERSION} >= 1000500 && ${OSVERSION} < 1000501 ) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 )
|
2013-11-30 01:17:00 +01:00
|
|
|
IGNORE= first boot rc.d scripts not supported on this version of FreeBSD
|
|
|
|
.endif
|
|
|
|
|
|
|
|
do-fetch do-install:
|
|
|
|
@${DO_NADA}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|