mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
beadm is a Illumos/Solaris-like utility for FreeBSD to manage
Boot Environments on ZFS filesystems. WWW: https://sourceforge.net/projects/beadm/ PR: ports/167373 Submitted by: Bryan Drewery <bryan@shatow.net>
This commit is contained in:
parent
a6cd8eca46
commit
fcb8f07dc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295638
@ -65,6 +65,7 @@
|
|||||||
SUBDIR += bbapm
|
SUBDIR += bbapm
|
||||||
SUBDIR += bchunk
|
SUBDIR += bchunk
|
||||||
SUBDIR += be_agent
|
SUBDIR += be_agent
|
||||||
|
SUBDIR += beadm
|
||||||
SUBDIR += binup
|
SUBDIR += binup
|
||||||
SUBDIR += biosfont
|
SUBDIR += biosfont
|
||||||
SUBDIR += bkpupsd
|
SUBDIR += bkpupsd
|
||||||
|
35
sysutils/beadm/Makefile
Normal file
35
sysutils/beadm/Makefile
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# New ports collection makefile for: beadm
|
||||||
|
# Date created: 26 April 2012
|
||||||
|
# Whom: Bryan Drewery <bryan@shatow.net>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= beadm
|
||||||
|
PORTVERSION= 0.1
|
||||||
|
CATEGORIES= sysutils
|
||||||
|
MASTER_SITES= http://www.shatow.net/freebsd/
|
||||||
|
|
||||||
|
MAINTAINER= bryan@shatow.net
|
||||||
|
COMMENT= Solaris-like utility to manage Boot Environments on ZFS
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
|
NO_BUILD= YES
|
||||||
|
USE_BZIP2= yes
|
||||||
|
|
||||||
|
PLIST_FILES= sbin/${PORTNAME}
|
||||||
|
|
||||||
|
MAN1= ${PORTNAME}.1
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} < 800000
|
||||||
|
IGNORE= not supported on 7.x
|
||||||
|
.endif
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/${PORTNAME}
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
2
sysutils/beadm/distinfo
Normal file
2
sysutils/beadm/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (beadm-0.1.tar.bz2) = 2cce5bf5c2804af51f615541daec409c29de716a3b56a5fd587d90bac326d377
|
||||||
|
SIZE (beadm-0.1.tar.bz2) = 9911
|
4
sysutils/beadm/pkg-descr
Normal file
4
sysutils/beadm/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
beadm is a Illumos/Solaris-like utility for FreeBSD to manage
|
||||||
|
Boot Environments on ZFS filesystems.
|
||||||
|
|
||||||
|
WWW: https://sourceforge.net/projects/beadm/
|
Loading…
x
Reference in New Issue
Block a user