mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
38e95831d0
Approved by: kwm, miwi (mentors, implicit) Obtained from: xorg development repo
18 lines
200 B
Makefile
18 lines
200 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xgc
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X graphics demo
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= xt xaw
|
|
|
|
MAN1= xgc.1
|
|
|
|
.include <bsd.port.mk>
|