freebsd-ports/sysutils/host-setup/Makefile
Frederic Culot 022be98e7f Host-setup is a dialog(1) (or Xdialog(1)) based utility for configuring your
system. It can activate changes to the system in a safe and effective manner.
Functionality includes (but may not be limited to):
  - Configure Time Zone
  - Configure Hostname/Domain
  - Configure Network Interfaces
  - Confgure Default Router/Gateway
  - Configure DNS nameservers

WWW: http://druidbsd.sourceforge.net/

PR:		ports/163857
Submitted by:	Devin Teske <dteske@vicor.com>
2012-01-06 13:34:21 +00:00

25 lines
558 B
Makefile

# 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.1
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>