blob: 0ec01aec320ec0ab4b8f97c1162bee8c407d34a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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>
|