mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
18 lines
341 B
Makefile
18 lines
341 B
Makefile
# 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>
|