aboutsummaryrefslogtreecommitdiff
path: root/devel/lndir/Makefile
blob: 30f1bef1cbf66d409ac49a5dcec9cb8e96d172b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Carlos A M dos Santos <unixmania@gmail.com>
# $FreeBSD$

PORTNAME=	lndir
PORTVERSION=	1.0.3
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	unixmania@gmail.com
COMMENT=	Create a shadow directory of symbolic links to another directory tree

XORG_CAT=	util
USE_XORG=	xorgproto

PLIST_FILES=	bin/lndir \
		man/man1/lndir.1.gz

.include <bsd.port.mk>