mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# New ports collection makefile for: xcompmgr
|
|
# Date Created: 16 Oct, 2004
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xcompmgr
|
|
PORTVERSION= 1.1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= http://xapps.freedesktop.org/release/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A sample X compositing manager
|
|
|
|
USE_XORG= x11 xcomposite xfixes xdamage xrender
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xcompmgr.1
|
|
|
|
.include <bsd.port.mk>
|