1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xinvaders3d/Makefile
2000-01-23 03:04:22 +00:00

23 lines
448 B
Makefile

# New ports collection makefile for: xinv3d
# Version required: 1.1
# Date created: 21 January 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= xinv3d.1.1
PKGNAME= xinvaders3d-1.1
CATEGORIES= games
MASTER_SITES= http://www.fiu.edu/~dllopi01/
MAINTAINER= jedgar@FreeBSD.org
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/xinv3d
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xinv3d ${PREFIX}/bin
.include <bsd.port.mk>