1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/xinvaders3d/Makefile
Chris D. Faulhaber c2549dcb4e Update port to 1.3
2000-02-05 11:37:19 +00:00

23 lines
448 B
Makefile

# New ports collection makefile for: xinv3d
# Version required: 1.3
# Date created: 21 January 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= xinv3d.1.3
PKGNAME= xinvaders3d-1.3
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>