22 lines
533 B
Makefile
22 lines
533 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= entr
|
|
PORTVERSION= 2.6
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://entrproject.org/code/ \
|
|
https://bitbucket.org/eradman/entr/get/
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Runs arbitrary commands when files change
|
|
|
|
# This software has code under BSD[23]CLAUSE licenses.
|
|
# All the code used in FreeBSD is under ISCL license.
|
|
LICENSE= ISCL
|
|
|
|
WRKSRC= ${WRKDIR}/eradman-entr-8f83875c37be
|
|
|
|
MAKEFILE= Makefile.bsd
|
|
MAKE_ARGS= MANPREFIX=${MANPREFIX}/man
|
|
PLIST_FILES= bin/entr man/man1/entr.1.gz
|
|
|
|
.include <bsd.port.mk>
|