1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/misc/ondir/Makefile
2012-08-14 18:19:34 +00:00

24 lines
514 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@FreeBSD.org
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>