1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/x11/p5-X11-Xlib/Makefile
Kurt Jaeger 0e9ce34a92 New port: x11/p5-X11-Xlib
This module provides low-level access to X11 library functions,
including access to some X11 extensions like the X11 test library (Xtst).

WWW: http://search.cpan.org/dist/X11-Xlib/
2015-04-12 05:34:57 +00:00

28 lines
543 B
Makefile

# $FreeBSD$
PORTNAME= X11-Xlib
PORTVERSION= 0.03
CATEGORIES= x11 perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Low-level access to the X11 library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_XORG= x11 xproto xinerama xtst
pre-configure:
cd ${WRKSRC} && ${PERL} Makefile.PL
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/X11/Xlib/Xlib.so
.include <bsd.port.mk>