openbsd-ports/x11/p5-X11-Protocol/Makefile

24 lines
411 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.4 2010/10/24 21:15:34 ajacoutot 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
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
REGRESS_IS_INTERACTIVE= x11
.include <bsd.port.mk>