mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e5de9e5d45
. use pathfix instead a reinplace command.
18 lines
315 B
Makefile
18 lines
315 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libXcm
|
|
PORTVERSION= 0.5.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF/oyranos/${PORTNAME}/${PORTNAME}-${PORTVERSION:C|(.*)\.[0-9]*$|\1|}
|
|
|
|
MAINTAINER= bsam@FreeBSD.org
|
|
COMMENT= X Colour Management Library
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= lib
|
|
USES= pathfix pkgconfig
|
|
USE_XORG= xfixes xmu
|
|
|
|
.include <bsd.port.mk>
|