mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
ca0ff09b14
* Fix drawing order * Now the DISTFILE no longer contains version information (xinv3d.1.3.tar.gz -> xinv3d.src.tar.gz) :(
23 lines
450 B
Makefile
23 lines
450 B
Makefile
# New ports collection makefile for: xinv3d
|
|
# Version required: 1.31
|
|
# Date created: 21 January 2000
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xinv3d.src
|
|
PKGNAME= xinvaders3d-1.31
|
|
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>
|