33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
29 lines
626 B
Makefile
29 lines
626 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= 2
|
|
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
|
|
USE_XORG= ice sm x11 xaw xext xmu xt
|
|
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>
|