24 lines
442 B
Makefile
Raw Normal View History

2017-10-23 17:10:49 +00:00
# $OpenBSD: Makefile,v 1.27 2017/10/23 17:10:51 sthen Exp $
1998-05-20 07:51:13 +00:00
COMMENT= animated simulation of an ideal gas
1998-05-20 07:51:13 +00:00
DISTNAME= xgas
2010-11-05 08:24:49 +00:00
PKGNAME= xgas-1.0
2017-10-23 17:10:49 +00:00
REVISION= 3
2010-11-05 08:24:49 +00:00
CATEGORIES= misc
2002-10-27 21:07:53 +00:00
2002-05-13 23:31:24 +00:00
MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/demos/}
1998-05-20 07:51:13 +00:00
2000-03-22 21:36:08 +00:00
PERMIT_PACKAGE_CDROM= Yes
2007-11-14 09:43:39 +00:00
2017-10-23 17:10:49 +00:00
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xt c m xcb
2000-03-22 21:36:08 +00:00
CONFIGURE_STYLE=imake
2013-03-11 11:20:26 +00:00
NO_TEST= Yes
2002-10-27 21:07:53 +00:00
1998-05-20 07:51:13 +00:00
post-install:
@chmod 755 ${PREFIX}/bin/xgas
2003-04-14 15:02:08 +00:00
@chown bin:bin ${PREFIX}/bin/xgas
1998-05-20 07:51:13 +00:00
.include <bsd.port.mk>