mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
282ced587a
Approved by: portmgr (blanket)
18 lines
347 B
Makefile
18 lines
347 B
Makefile
PORTNAME= lndir
|
|
PORTVERSION= 1.0.3
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
PLIST_FILES= bin/lndir \
|
|
share/man/man1/lndir.1.gz
|
|
|
|
.include <bsd.port.mk>
|