aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/currtime/Makefile
blob: 4a1bc9df0defdd33775347d87500c7a24107d580 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   currtime
PORTVERSION=    0.2.4
CATEGORIES= sysutils
MASTER_SITES=   http://www.neelc.org/files/currtime/${PORTVERSION}/

MAINTAINER= neel@neelc.org
COMMENT=    Enhanced command-line operated real time clock

LICENSE=    BSD2CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

ALL_TARGET= ${PORTNAME}

PLIST_FILES=    bin/${PORTNAME}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>