aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xdbedizzy/Makefile
blob: a18b84fe4149d1bb0a544fd75a02eb032c3c0920 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   xdbedizzy
PORTVERSION=    1.1.0
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Demo of DBE creating a double buffered spinning scene

LICENSE=    MIT

XORG_CAT=   app
USE_XORG=   xp xext xprintutil xp xau xext

PLIST_FILES=    bin/xdbedizzy

MAN1=       xdbedizzy.1

NO_STAGE=   yes
.include <bsd.port.mk>