1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/misc/xgas/Makefile
Niclas Zeising 82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00

20 lines
421 B
Makefile

# Created by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
# $FreeBSD$
PORTNAME= xgas
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= SUNSITE/X11/demos
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= The animated simulation of an ideal gas
USES= imake xorg
USE_XORG= ice sm x11 xaw xext xmu xt
PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas \
man/man1/xgas.1.gz
.include <bsd.port.mk>