mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
23 lines
437 B
Makefile
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>
|