19 lines
286 B
Makefile
19 lines
286 B
Makefile
# $OpenBSD: Makefile,v 1.11 2020/07/03 21:46:08 sthen Exp $
|
|
|
|
COMMENT= provides an interface roughly equivalent to Xlib
|
|
|
|
DISTNAME= X11-Protocol-0.56
|
|
REVISION= 2
|
|
|
|
CATEGORIES= x11
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
TEST_IS_INTERACTIVE= x11
|
|
|
|
.include <bsd.port.mk>
|