openbsd-ports/x11/xcompmgr/Makefile

30 lines
617 B
Makefile
Raw Normal View History

2007-05-06 03:17:51 -04:00
# $OpenBSD: Makefile,v 1.5 2007/05/06 07:17:51 matthieu Exp $
COMMENT= "Sample X Compositing Manager"
DISTNAME= xcompmgr-1.1.1
2007-05-06 03:17:51 -04:00
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
MASTER_SITES= http://freedesktop.org/xapps/release/
HOMEPAGE= http://www.freedesktop.org/Software/xapps
MAINTAINER= Matthieu Herrb <matthieu@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-05-06 03:17:51 -04:00
WANTLIB= Xcomposite Xext Xdamage Xfixes Xrender X11 Xau Xdmcp m c
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.59
USE_X11= Yes
SEPARATE_BUILD= simple
.include <bsd.port.mk>