mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
f1c912e32c
PR: 167523 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer timeout
25 lines
501 B
Makefile
25 lines
501 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.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= unixmania@gmail.com
|
|
COMMENT= Create a shadow directory of symbolic links to another directory tree
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros
|
|
|
|
XORG_CAT= util
|
|
USE_XORG= xproto
|
|
|
|
PLIST_FILES= bin/lndir
|
|
|
|
MAN1= lndir.1
|
|
|
|
.include <bsd.port.mk>
|