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