ef3ce35a7e
XSC is a clone of the old Star Castle video game by Cinematronics. Most of the details are from memory and a few old video game books I have kicking around from the golden days. This is just a fun hack that I've been working on off and on for quite a long time. I don't have any grand plans for it, except to hack on it when I feel like it. It's always good to have something like this available when you feel like flying around and blasting the crap out of some alien bad guy for a few minutes.
22 lines
527 B
Makefile
22 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/01/03 14:27:07 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= xsc-1.5
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.panix.com/~mbh/xsc/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.panix.com/~mbh/xsc/
|
|
COMMENT= Star Castle clone
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c++
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xsc ${PREFIX}/bin/xsc
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xsc
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xsc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|