1998-05-20 03:51:13 -04:00
|
|
|
# OpenBSD makefile for: xgas
|
|
|
|
# Date created: May 20 1998
|
|
|
|
# Whom: Angelos D. Keromytis
|
|
|
|
#
|
2001-05-05 22:29:37 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2001/05/06 02:31:26 lebel Exp $
|
1998-05-20 03:51:13 -04:00
|
|
|
#
|
|
|
|
|
2001-05-05 22:29:37 -04:00
|
|
|
COMMENT= "animated simulation of an ideal gas"
|
|
|
|
|
1998-05-20 03:51:13 -04:00
|
|
|
DISTNAME= xgas
|
|
|
|
PKGNAME= xgas-1.0
|
|
|
|
CATEGORIES= misc
|
2001-05-05 22:29:37 -04:00
|
|
|
NEED_VERSION= 1.402
|
2000-12-27 22:31:20 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= X11/demos
|
1998-05-20 03:51:13 -04:00
|
|
|
|
2000-07-09 22:06:46 -04:00
|
|
|
MAINTAINER= ports@openbsd.org
|
1998-05-20 03:51:13 -04:00
|
|
|
|
2000-03-22 16:36:08 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE=imake
|
1998-05-20 03:51:13 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@chmod 755 ${PREFIX}/bin/xgas
|
|
|
|
@chown bin.bin ${PREFIX}/bin/xgas
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|