blob: 412d0f1bd2da016ea0617bf193e5c5be02db280d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
XORG_CAT= util
USE_XORG= xproto
PLIST_FILES= bin/lndir
MAN1= lndir.1
.include <bsd.port.mk>
|