freebsd-ports/sysutils/odo/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

25 lines
515 B
Makefile

# $FreeBSD$
PORTNAME= odo
PORTVERSION= 0.2.2
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
MAINTAINER= neel@neelc.org
COMMENT= Atomic odometer for the command line
LICENSE= ISCL
USE_GITHUB= yes
GH_ACCOUNT= atomicobject
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
regression-test: build
cd ${WRKSRC} && ${SH} ./test_odo
.include <bsd.port.mk>