freebsd-ports/misc/xgas/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

26 lines
525 B
Makefile

# New ports collection makefile for: xgas
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xgas
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/demos
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= The animated simulation of an ideal gas
USE_IMAKE= yes
MAN1= xgas.1
post-install:
@${CHMOD} 755 ${PREFIX}/bin/xgas
@${CHOWN} bin:bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>