Tweak misc/lesspipe version 1.55
[dports.git] / misc / xgas / Makefile
1 # Created by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
2 # $FreeBSD$
3
4 PORTNAME=       xgas
5 PORTVERSION=    1.0
6 PORTREVISION=   2
7 CATEGORIES=     misc
8 MASTER_SITES=   ${MASTER_SITE_SUNSITE}
9 MASTER_SITE_SUBDIR=     X11/demos
10 DISTNAME=       ${PORTNAME}
11
12 MAINTAINER=     ports@FreeBSD.org
13 COMMENT=        The animated simulation of an ideal gas
14
15 USES=           imake
16 USE_XORG=       ice sm x11 xaw xext xmu xt
17 PLIST_FILES=    bin/xgas lib/X11/app-defaults/XGas \
18                 man/man1/xgas.1.gz
19
20 .include <bsd.port.mk>