diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:24:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:24:43 +0000 |
commit | 7281bf7499d0a62266124cdf07b00cb38875174c (patch) | |
tree | eb167c9b0cd1939a3ac261907e99342c863344ab /sysutils/mksunbootcd | |
parent | de0889a11e1f0ef47280f76a54eaf00b02791eaf (diff) | |
download | ports-7281bf7499d0a62266124cdf07b00cb38875174c.tar.gz ports-7281bf7499d0a62266124cdf07b00cb38875174c.zip |
Notes
Diffstat (limited to 'sysutils/mksunbootcd')
-rw-r--r-- | sysutils/mksunbootcd/Makefile | 23 | ||||
-rw-r--r-- | sysutils/mksunbootcd/distinfo | 1 | ||||
-rw-r--r-- | sysutils/mksunbootcd/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/mksunbootcd/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/mksunbootcd/pkg-plist | 1 |
5 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/mksunbootcd/Makefile b/sysutils/mksunbootcd/Makefile new file mode 100644 index 000000000000..fb8ea3f5c466 --- /dev/null +++ b/sysutils/mksunbootcd/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: mksunbootcd +# Date Created: 5 Jan 2001 +# Whom: Roman Shterenzon <roman@xpert.com> +# +# $FreeBSD$ +# + +PORTNAME= mksunbootcd +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/mksunbootcd/ + +MAINTAINER= roman@xpert.com + +MAN1= mksunbootcd.1 + +GNU_CONFIGURE= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/sysutils/mksunbootcd/distinfo b/sysutils/mksunbootcd/distinfo new file mode 100644 index 000000000000..6025a52cf724 --- /dev/null +++ b/sysutils/mksunbootcd/distinfo @@ -0,0 +1 @@ +MD5 (mksunbootcd-1.0.tar.gz) = edc50758db95aefa137d4ba235aa3dc1 diff --git a/sysutils/mksunbootcd/pkg-comment b/sysutils/mksunbootcd/pkg-comment new file mode 100644 index 000000000000..4db0fb3ef72b --- /dev/null +++ b/sysutils/mksunbootcd/pkg-comment @@ -0,0 +1 @@ +Makes ISO images suitible to boot on sparc systems diff --git a/sysutils/mksunbootcd/pkg-descr b/sysutils/mksunbootcd/pkg-descr new file mode 100644 index 000000000000..00c815c58e60 --- /dev/null +++ b/sysutils/mksunbootcd/pkg-descr @@ -0,0 +1,10 @@ +mksunbootcd combines filesystem partitions for Sun Microsystems, +Inc. computers into an image suitable for writing to a compact +disc, that will allow the disc to be booted on the sun3, sun3x, sun4, +sun4c, sun4m and sun4u platforms. This hardware is supported by the +NetBSD sparc, sparc64 and sun3 ports. +See http://www.netbsd.org for more information on NetBSD. + +WWW: http://www.netbsd.org/ + +Roman Shterenzon <roman@xpert.com> diff --git a/sysutils/mksunbootcd/pkg-plist b/sysutils/mksunbootcd/pkg-plist new file mode 100644 index 000000000000..42105fe8646c --- /dev/null +++ b/sysutils/mksunbootcd/pkg-plist @@ -0,0 +1 @@ +bin/mksunbootcd |