1999-01-12 16:51:33 +00:00
|
|
|
# New ports collection makefile for: xgas
|
1996-11-15 09:55:46 +00:00
|
|
|
# Date created: 20 Oct 1996
|
|
|
|
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1996-11-15 09:55:46 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= xgas
|
|
|
|
PORTVERSION= 1.0
|
2009-06-09 15:33:28 +00:00
|
|
|
PORTREVISION= 2
|
1999-01-12 16:51:33 +00:00
|
|
|
CATEGORIES= misc
|
1999-10-30 18:06:55 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= X11/demos
|
2000-04-14 08:49:30 +00:00
|
|
|
DISTNAME= ${PORTNAME}
|
1996-11-15 09:55:46 +00:00
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= The animated simulation of an ideal gas
|
1996-11-15 09:55:46 +00:00
|
|
|
|
1999-01-12 16:51:33 +00:00
|
|
|
USE_IMAKE= yes
|
2009-06-09 15:33:28 +00:00
|
|
|
USE_XORG= ice sm x11 xaw xext xmu xt
|
1998-10-04 22:41:27 +00:00
|
|
|
MAN1= xgas.1
|
2005-10-26 13:20:32 +00:00
|
|
|
PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas
|
1996-11-15 09:55:46 +00:00
|
|
|
|
|
|
|
post-install:
|
1999-08-22 19:01:07 +00:00
|
|
|
@${CHMOD} 755 ${PREFIX}/bin/xgas
|
2001-06-01 06:05:18 +00:00
|
|
|
@${CHOWN} bin:bin ${PREFIX}/bin/xgas
|
1996-11-15 09:55:46 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|