2010-11-29 20:03:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2010/11/29 20:03:46 matthieu Exp $
|
2007-06-01 21:41:54 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= X Render extension test suite
|
2007-06-01 21:41:54 +00:00
|
|
|
|
2010-11-29 20:03:46 +00:00
|
|
|
DISTNAME= rendercheck-1.4
|
2007-06-01 21:41:54 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.freedesktop.org/
|
|
|
|
|
|
|
|
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
|
|
|
|
|
|
|
|
# X11/MIT
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-08-11 08:38:41 +00:00
|
|
|
WANTLIB= X11 Xau Xdmcp Xrender c pthread-stubs xcb
|
2007-06-01 21:41:54 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ftp://ftp.x.org/pub/individual/app/ \
|
|
|
|
ftp://ftp.gwdg.de/pub/x11/x.org/pub/individual/app/ \
|
|
|
|
ftp://ftp.sunet.se/pub/X11/ftp.x.org/individual/app/
|
|
|
|
|
2010-11-29 20:03:46 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --disable-silent-rules
|
2007-06-01 21:41:54 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|