mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
18 lines
359 B
Makefile
18 lines
359 B
Makefile
# Created by: Carlos A M dos Santos <unixmania@gmail.com>
|
|
|
|
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
|
|
|
|
USES= xorg xorg-cat:util
|
|
USE_XORG= xorgproto
|
|
|
|
PLIST_FILES= bin/lndir \
|
|
man/man1/lndir.1.gz
|
|
|
|
.include <bsd.port.mk>
|