opnsense-ports/misc/xgas/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

19 lines
416 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
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>