1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/sysutils/mksunbootcd/Makefile
Emanuel Haupt 09f6cf8bee Reset maintainer, does not respond to mails for 19 days. Since a few
days his MTA also remains unresponsive [1].

[1] Unable to deliver to destination domain
    Failed to deliver to domain oven.org after 73 tries.
    The last error was:
    CantConnectToHost

Approved by:	portmgr (linimon)
2005-10-28 17:05:15 +00:00

27 lines
563 B
Makefile

# New ports collection makefile for: mksunbootcd
# Date Created: 5 Jan 2001
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= mksunbootcd
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_NETBSD}
MAINTAINER= ports@FreeBSD.org
COMMENT= Makes ISO images suitable to boot on sparc systems
MAN1= mksunbootcd.1
PLIST_FILES= bin/mksunbootcd
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>