a0a9059cce
shadow is populated with symbolic links pointing at the real files in the original directory tree. This is usually useful for maintaining source code for different machine architectures. PR: ports/117156 Submitted by: "Carlos A. M. dos Santos" <unixmania (AT) gmail.com> Approved by: miwi (mentor)
24 lines
430 B
Makefile
24 lines
430 B
Makefile
# New ports collection makefile for: lndir
|
|
# Date Created: 13 Oct 2007
|
|
# Whom: Carlos A M dos Santos <unixmania@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lndir
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= unixmania@gmail.com
|
|
COMMENT= Create a shadow directory of symbolic links to another directory tree
|
|
|
|
CONFLICTS= imake-4*
|
|
|
|
XORG_CAT= util
|
|
USE_XORG= xproto
|
|
|
|
PLIST_FILES= bin/lndir
|
|
|
|
MAN1= lndir.1
|
|
|
|
.include <bsd.port.mk>
|