freebsd-ports/misc/xgas/Makefile

26 lines
543 B
Makefile
Raw Normal View History

# Created by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
1999-08-25 09:23:21 +02:00
# $FreeBSD$
2000-04-14 10:49:30 +02:00
PORTNAME= xgas
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/demos
2000-04-14 10:49:30 +02:00
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
MAN1= xgas.1
2005-10-26 15:20:32 +02:00
PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas
NO_STAGE= yes
post-install:
1999-08-22 21:01:07 +02:00
@${CHMOD} 755 ${PREFIX}/bin/xgas
2001-06-01 08:05:18 +02:00
@${CHOWN} bin:bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>