blob: bf7881e766a983f524bfa6d55af412faf5c657ce (
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: tzdialog
# Date created: 11 January 2012
# Whom: Devin Teske <dteske@vicor.com>
#
# $FreeBSD$
#
PORTNAME= tzdialog
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= http://druidbsd.sourceforge.net/download/
MAINTAINER= dteske@vicor.com
COMMENT= Set the local timezone using dialog(1) or Xdialog(1)
NO_BUILD= yes
PLIST_FILES= sbin/${PORTNAME}
MAN8= ${PORTNAME}.8
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/
.include <bsd.port.mk>
|