mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
7281bf7499
sparc systems. PR: 24086 Submitted by: Roman Shterenzon <roman@xpert.com>
24 lines
484 B
Makefile
24 lines
484 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
|
|
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>
|