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

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

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

LICENSE=    BSD2CLAUSE

ALL_TARGET= ${PORTNAME}

PLIST_FILES=    bin/${PORTNAME}

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

.include <bsd.port.mk>