x11/xcm: Update to version 0.5.4. Move to github. Add LICENCE.
This commit is contained in:
parent
00b8d8ca99
commit
e615cf2b48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447181
2 changed files with 20 additions and 8 deletions
|
@ -1,22 +1,33 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xcm
|
||||
PORTVERSION= 0.5.3
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= SF/oyranos/Xcm
|
||||
|
||||
MAINTAINER= bsam@FreeBSD.org
|
||||
COMMENT= X Color Management tools
|
||||
|
||||
LIB_DEPENDS= libXcm.so:x11/libXcm
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/docs/COPYING
|
||||
|
||||
LIB_DEPENDS= libXcm.so:x11/libXcm \
|
||||
libOyranos.so:graphics/oyranos
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= oyranos-cms
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
||||
USES= pkgconfig
|
||||
USE_XORG= x11 xfixes xmu xt
|
||||
|
||||
XORG_CAT= app
|
||||
# xcm should be added to XORG_MODULES at /usr/ports/Mk/bsd.xorg.mk
|
||||
# and LIB_DEPENDS is replaced by the following line:
|
||||
#USE_XORG= xcm
|
||||
|
||||
PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents man/man1/xcm.1.gz \
|
||||
PLIST_FILES= bin/xcm bin/xcmedid bin/xcmevents bin/xcmhextobin \
|
||||
man/man1/xcm.1.gz \
|
||||
man/man1/xcmddc.1.gz man/man1/xcmedid.1.gz \
|
||||
man/man1/xcmevents.1.gz
|
||||
man/man1/xcmevents.1.gz man/man1/xcmhextobin.1.gz
|
||||
PORTDOCS= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (xorg/app/xcm-0.5.3.tar.bz2) = 05bed7ba33ebbb61bd3fb774433157969f0eb8f681a139cebaebe46b8a22d2dc
|
||||
SIZE (xorg/app/xcm-0.5.3.tar.bz2) = 245930
|
||||
TIMESTAMP = 1501687062
|
||||
SHA256 (oyranos-cms-xcm-0.5.4_GH0.tar.gz) = 1d07ac22a23bdbfd15099b3ac4251337f773efd1e0d87dcfb185a0fe2feea46e
|
||||
SIZE (oyranos-cms-xcm-0.5.4_GH0.tar.gz) = 305436
|
||||
|
|
Loading…
Reference in a new issue