freebsd-ports/misc/ondir/Makefile
Martin Wilke 7bb9c720e3 On Dir is a program that automatically executes scripts as you traverse
directories at a terminal.

In addition to executing scripts in the directory you are entering or leaving,
ondir also executes scripts in directories that are traversed on the way to that
directory.

WWW:	http://swapoff.org/wiki/OnDir

PR:		ports/143189
Submitted by:	ports at c0decafe.net <ports at c0decafe.net>
2010-01-27 13:02:17 +00:00

24 lines
515 B
Makefile

# New ports collection makefile for: ondir
# Date created: 2010-01-24
# Whom: ports@c0decafe.net <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= ondir
PORTVERSION= 0.2.2
CATEGORIES= misc
MASTER_SITES= http://swapoff.org/files/${PORTNAME}/
MAINTAINER= ports@c0decafe.net
COMMENT= Automatically executes scripts as you traverse directories
ALL_TARGET= ${PORTNAME}
MAKE_ARGS= PREFIX=${PREFIX} CONF=${PREFIX}/etc/ondirrc
MAN1= ${PORTNAME}.1
MANCOMPRESSED= no
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>