|
Lines 1-30
Link Here
|
| 1 |
PORTNAME= xcb-util-cursor |
1 |
PORTNAME= xcb-util-cursor |
| 2 |
PORTVERSION= 0.1.3 |
2 |
PORTVERSION= 0.1.5 |
| 3 |
CATEGORIES= x11 |
3 |
CATEGORIES= x11 |
| 4 |
MASTER_SITES= http://xcb.freedesktop.org/dist/ |
4 |
MASTER_SITES= http://xcb.freedesktop.org/dist/ |
| 5 |
|
|
|
| 6 |
MAINTAINER= x11@FreeBSD.org |
5 |
MAINTAINER= x11@FreeBSD.org |
| 7 |
COMMENT= XCB cursor library |
6 |
COMMENT= XCB cursor library |
| 8 |
WWW= https://xcb.freedesktop.org/ |
7 |
WWW= https://xcb.freedesktop.org/ |
| 9 |
|
8 |
PATCH_SITES= https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor/-/commit/ |
|
|
9 |
PATCHFILES= d28a3227eb9e4bdeeb4dd93017c298808bbe62ee.patch:-p1 |
| 10 |
LICENSE= MIT |
10 |
LICENSE= MIT |
| 11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
| 12 |
|
12 |
|
| 13 |
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:x11/xcb-util \ |
13 |
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:x11/xcb-util \ |
| 14 |
${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil \ |
14 |
${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil \ |
| 15 |
${LOCALBASE}/libdata/pkgconfig/xcb-image.pc:x11/xcb-util-image |
15 |
${LOCALBASE}/libdata/pkgconfig/xcb-image.pc:x11/xcb-util-image |
| 16 |
|
16 |
|
| 17 |
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:x11/xcb-util \ |
17 |
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-util.pc:x11/xcb-util \ |
| 18 |
${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil \ |
18 |
${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:x11/xcb-util-renderutil \ |
| 19 |
${LOCALBASE}/libdata/pkgconfig/xcb-image.pc:x11/xcb-util-image |
19 |
${LOCALBASE}/libdata/pkgconfig/xcb-image.pc:x11/xcb-util-image |
| 20 |
|
20 |
|
| 21 |
USES= gmake gperf xorg xorg-cat:lib |
21 |
USES= autoreconf gmake gperf tar:xz xorg xorg-cat:lib |
| 22 |
USE_XORG= xcb |
22 |
USE_XORG= xcb |
| 23 |
INSTALL_TARGET= install-strip |
23 |
INSTALL_TARGET= install-strip |
| 24 |
|
24 |
|
| 25 |
post-patch: |
25 |
post-patch: |
| 26 |
@${REINPLACE_CMD} -e \ |
26 |
@${REINPLACE_CMD} -e \ |
| 27 |
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \ |
27 |
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \ |
| 28 |
${WRKSRC}/configure |
28 |
${WRKSRC}/configure |
| 29 |
|
29 |
|
| 30 |
.include <bsd.port.mk> |
30 |
.include <bsd.port.mk> |