blob: 935c4f5f52ceddf8fc803351a3b75ee7a6850241 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Carlos A M dos Santos <unixmania@gmail.com>
# $FreeBSD$
PORTNAME= lndir
PORTVERSION= 1.0.3
CATEGORIES= devel
MAINTAINER= unixmania@gmail.com
COMMENT= Create a shadow directory of symbolic links to another directory tree
XORG_CAT= util
USE_XORG= xproto
PLIST_FILES= bin/lndir \
man/man1/lndir.1.gz
.include <bsd.port.mk>
|