mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
8ed49557f8
pulls in devel/xorg-macros. Convert all ports that depends on xorg-macros to use this USE_XORG. Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module on each line. Add xorg-macros dependency to xorg-server. Reviewed by: kwm, bapt Obtained from: xorg development repo (partly)
19 lines
345 B
Makefile
19 lines
345 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 xorg-macros
|
|
|
|
PLIST_FILES= bin/lndir
|
|
|
|
MAN1= lndir.1
|
|
|
|
.include <bsd.port.mk>
|