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