blob: fa857a8ad228edc13ad34e4ecc75293739dcc43f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|