1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/misc/xgas/Makefile

29 lines
626 B
Makefile
Raw Normal View History

# New ports collection makefile for: xgas
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
#
2000-04-14 08:49:30 +00:00
PORTNAME= xgas
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/demos
2000-04-14 08:49:30 +00:00
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= The animated simulation of an ideal gas
USE_IMAKE= yes
USE_XORG= ice sm x11 xaw xext xmu xt
MAN1= xgas.1
2005-10-26 13:20:32 +00:00
PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas
post-install:
1999-08-22 19:01:07 +00:00
@${CHMOD} 755 ${PREFIX}/bin/xgas
2001-06-01 06:05:18 +00:00
@${CHOWN} bin:bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>