e9e5f53656
- move distsite to github - internal changes (transition away from global variables) PR: 209506 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
24 lines
430 B
Makefile
24 lines
430 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= currtime
|
|
PORTVERSION= 0.2.5
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= Enhanced command-line operated real time clock
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= neelchauhan
|
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|