1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/xinvaders3d/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

23 lines
437 B
Makefile

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