# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# New ports collection makefile for: beadm X# Date created: 26 April 2012 X# Whom: Bryan Drewery X# X# $FreeBSD$ X# X XPORTNAME= beadm XPORTVERSION= 0.1 XCATEGORIES= sysutils XMASTER_SITES= http://www.shatow.net/freebsd/ X XMAINTAINER= bryan@shatow.net XCOMMENT= Solaris-like utility to manage Boot Environments on ZFS X XLICENSE= BSD X XNO_BUILD= YES XUSE_BZIP2= yes X XPLIST_FILES= sbin/${PORTNAME} X XMAN1= ${PORTNAME}.1 X X.include X X.if ${OSVERSION} < 800000 XIGNORE= not supported on 7.x X.endif X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/${PORTNAME} X ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/ X X.include b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XSHA256 (beadm-0.1.tar.bz2) = 2cce5bf5c2804af51f615541daec409c29de716a3b56a5fd587d90bac326d377 XSIZE (beadm-0.1.tar.bz2) = 9911 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' Xbeadm is a Illumos/Solaris-like utility for FreeBSD to manage XBoot Environments on ZFS filesystems. X XWWW: https://sourceforge.net/projects/beadm/ 7f9555c3c1089940396b503dd37f3979 exit