1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/x11/p5-X11-XCB/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

43 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= X11-XCB
PORTVERSION= 0.16
PORTREVISION= 2
CATEGORIES= x11 perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Perl bindings for libxcb
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LIB_DEPENDS= libxcb.so:x11/libxcb \
libxcb-util.so:x11/xcb-util \
libxcb-icccm.so:x11/xcb-util-wm
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
${LOCALBASE}/share/xcb/xcb.xsd:x11/xcb-proto \
p5-Data-Dump>=0:devel/p5-Data-Dump \
p5-Mouse>=0:devel/p5-Mouse \
p5-MouseX-NativeTraits>=0:devel/p5-MouseX-NativeTraits \
p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
p5-XML-Descent>=0:textproc/p5-XML-Descent \
p5-XML-Simple>=0:textproc/p5-XML-Simple \
p5-XS-Object-Magic>=0:devel/p5-XS-Object-Magic
USES= localbase perl5 xorg
USE_PERL5= configure
USE_XORG= x11 xcb xorgproto xinerama
MAKE_JOBS_UNSAFE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/X11/XCB/XCB.so
.include <bsd.port.mk>