freebsd-ports/sysutils/odo/Makefile
Dmitry Marakasov 3e0063cc07 - Switch to new test framework
Approved by:	portmgr blanket
2018-03-19 08:33:20 +00:00

25 lines
501 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
do-test:
cd ${WRKSRC} && ${SH} ./test_odo
.include <bsd.port.mk>