freebsd-ports/misc/xgas/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

27 lines
589 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
PORTREVISION= 1
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
PLIST_FILES= bin/xgas lib/X11/app-defaults/XGas
post-install:
@${CHMOD} 755 ${PREFIX}/bin/xgas
@${CHOWN} bin:bin ${PREFIX}/bin/xgas
.include <bsd.port.mk>