freebsd-ports/sysutils/entr/Makefile

26 lines
510 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= entr
PORTVERSION= 1.9
CATEGORIES= sysutils
MASTER_SITES= http://entrproject.org/code/
MAINTAINER= danilogondolfo@gmail.com
COMMENT= Runs arbitrary commands when files change
WRKSRC= ${WRKDIR}/eradman-entr-587c18272485/
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/entr
MAN1= entr.1
do-build:
cd ${WRKSRC} && ${MAKE} -f Makefile.bsd
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} entr ${PREFIX}/bin/
cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>