pkgsrc/x11/xgas/Makefile

20 lines
479 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2001/02/17 17:07:09 wiz Exp $
1998-01-25 01:31:56 +01:00
# FreeBSD Id: Makefile,v 1.1.1.1 1996/11/15 09:55:44 asami Exp
1997-10-11 23:53:59 +02:00
#
DISTNAME= xgas
PKGNAME= xgas-1.0
CATEGORIES= x11
1997-10-11 23:53:59 +02:00
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
1997-10-11 23:53:59 +02:00
USE_IMAKE= yes
post-install:
2000-03-16 15:19:14 +01:00
@${CHMOD} 755 ${PREFIX}/bin/xgas
@${CHOWN} bin:bin ${PREFIX}/bin/xgas
1997-10-11 23:53:59 +02:00
.include "../../mk/bsd.pkg.mk"