2004-12-24 00:25:35 +01:00
|
|
|
# New ports collection makefile for: xcompmgr
|
|
|
|
# Date Created: 16 Oct, 2004
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xcompmgr
|
2010-05-01 13:41:07 +02:00
|
|
|
PORTVERSION= 1.1.5
|
2004-12-24 00:25:35 +01:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
MAINTAINER= x11@FreeBSD.org
|
2004-12-24 00:25:35 +01:00
|
|
|
COMMENT= A sample X compositing manager
|
|
|
|
|
2009-01-23 17:28:36 +01:00
|
|
|
XORG_CAT= app
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xcomposite xfixes xdamage xrender
|
2004-12-24 00:25:35 +01:00
|
|
|
|
2010-05-01 13:41:07 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
2004-12-24 00:25:35 +01:00
|
|
|
MAN1= xcompmgr.1
|
|
|
|
|
2008-03-07 22:47:50 +01:00
|
|
|
.include <bsd.port.mk>
|