blob: 48a7a529e826d92b1c3c70618a6d4c64924a85cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: host-setup
# Date created: 2012-01-05
# Whom: Devin Teske <dteske@vicor.com>
#
# $FreeBSD$
#
PORTNAME= host-setup
PORTVERSION= 4.0.2
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/
MAINTAINER= dteske@vicor.com
COMMENT= System configuration setup/management utility
NO_BUILD= yes
PLIST_FILES= sbin/${PORTNAME}
MAN1= ${PORTNAME}.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1/
.include <bsd.port.mk>
|