2010-11-05 04:24:49 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2010/11/05 08:24:50 sthen Exp $
|
1998-05-20 03:51:13 -04:00
|
|
|
|
2007-09-15 19:54:16 -04:00
|
|
|
COMMENT= animated simulation of an ideal gas
|
2001-05-05 22:29:37 -04:00
|
|
|
|
1998-05-20 03:51:13 -04:00
|
|
|
DISTNAME= xgas
|
2010-11-05 04:24:49 -04:00
|
|
|
PKGNAME= xgas-1.0
|
|
|
|
REVISION= 1
|
|
|
|
CATEGORIES= misc
|
2002-10-27 16:07:53 -05:00
|
|
|
|
2002-05-13 19:31:24 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/demos/}
|
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
|
2007-11-14 04:43:39 -05:00
|
|
|
|
2009-08-10 02:29:51 -04:00
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xt c m pthread-stubs xcb
|
2000-03-22 16:36:08 -05:00
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_STYLE=imake
|
2010-10-18 16:52:05 -04:00
|
|
|
USE_GROFF = Yes
|
2002-10-27 16:07:53 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
1998-05-20 03:51:13 -04:00
|
|
|
post-install:
|
|
|
|
@chmod 755 ${PREFIX}/bin/xgas
|
2003-04-14 11:02:08 -04:00
|
|
|
@chown bin:bin ${PREFIX}/bin/xgas
|
1998-05-20 03:51:13 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|