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)
22 lines
444 B
Makefile
22 lines
444 B
Makefile
# Ports collection makefile for: xspringies
|
|
# Date created: 12 January 1997
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xspringies
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://aixpdslib.seas.ucla.edu/pub/xspringies/RISC/3.2/src/
|
|
DISTFILES= xspringies.1.1.tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A mass and spring simulation system
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
MAN1= xspringies.1
|
|
|
|
.include <bsd.port.mk>
|