1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/games/xinvaders3d/Makefile
Danilo Egea Gondolfo 8519040c89 - Add stage support
2013-11-13 15:09:42 +00:00

22 lines
497 B
Makefile

# Created by: Chris D. Faulhaber <jedgar@FreeBSD.org>
# $FreeBSD$
PORTNAME= xinvaders3d
PORTVERSION= 1.3.6
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/XInvaders%203d/${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= ports@FreeBSD.org
COMMENT= 3D Vector-graphics Space Invaders clone for X
USE_XORG= x11
PLIST_FILES= bin/xinv3d
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xinv3d ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>