pkgsrc/x11/xhangglider/Makefile
hubertf 2af1a925fa Update to V0.94.0. Changes:
Speed optimizations, a new object (the
paraglider), and some new options (-viewpointz and
-maxy) to change the height of the viewpoint and
how far from the front the gliders will go.
1999-12-06 01:34:52 +00:00

22 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.2 1999/12/06 01:34:52 hubertf Exp $
#
DISTNAME= xhangglider-0.94.0
CATEGORIES= x11
MASTER_SITES= http://plaza.harmonix.ne.jp/~redstar/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://plaza.harmonix.ne.jp/~redstar/xhang-en.html
USE_IMAKE= yes
BUILD_ENV+= PREFIX=${PREFIX}
post-extract:
${RM} ${WRKSRC}/Makefile
${TOUCH} ${WRKSRC}/xhangglider.man
do-install:
cd ${WRKSRC} ; make install
cd ${WRKSRC} ; make install.dat
.include "../../mk/bsd.pkg.mk"