605d524c68
X11::Protocol is a perl module that provides an interface that is roughly equivalent to Xlib. Its low-level approach is intentional as the author is working on a higher-level interface that will be more object-oriented and easier to use, so as to allow this low level access to eventually be replaced by an XS interface to Xlib. ok ajacoutot@
26 lines
478 B
Makefile
26 lines
478 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/01 04:38:49 kevlo Exp $
|
|
|
|
COMMENT= provides an interface roughly equivalent to Xlib
|
|
|
|
DISTNAME= X11-Protocol-0.56
|
|
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
REGRESS_FLAGS= DISPLAY="${DISPLAY}" XAUTHORITY="${HOME}/.Xauthority"
|
|
|
|
USE_X11= Yes
|
|
|
|
REGRESS_IS_INTERACTIVE= Yes
|
|
|
|
.include <bsd.port.mk>
|