1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

. support staging; \

. use new LIB_DEPENDS syntax.
This commit is contained in:
Boris Samorodov 2013-09-28 19:46:53 +00:00
parent a30e19e7a9
commit 8504434714
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328626

View File

@ -8,16 +8,15 @@ MASTER_SITES= SF/oyranos/Xcm
MAINTAINER= bsam@FreeBSD.org
COMMENT= X Color Management tools
LIB_DEPENDS= Xcm:${PORTSDIR}/x11/libXcm
LIB_DEPENDS= libXcm.so:${PORTSDIR}/x11/libXcm
XORG_CAT= app
# xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk
NO_STAGE= yes
# and LIB_DEPENDS is replaced by the following line:
#USE_XORG= xcm
PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents
MAN1= xcm.1 xcmddc.1 xcmedid.1 xcmevents.1
PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents man/man1/xcm.1.gz \
man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \
man/man1/xcmevents.1.gz
.include <bsd.port.mk>