19 lines
479 B
Makefile
19 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.9 2001/02/17 17:07:09 wiz Exp $
|
|
# FreeBSD Id: Makefile,v 1.1.1.1 1996/11/15 09:55:44 asami Exp
|
|
#
|
|
|
|
DISTNAME= xgas
|
|
PKGNAME= xgas-1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.tut.ac.jp/.h3/X11/X11R6/contrib/programs/
|
|
|
|
MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp
|
|
COMMENT= Animated simulation of an ideal gas
|
|
|
|
USE_IMAKE= yes
|
|
|
|
post-install:
|
|
@${CHMOD} 755 ${PREFIX}/bin/xgas
|
|
@${CHOWN} bin:bin ${PREFIX}/bin/xgas
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|