freebsd-ports/games/3dpong/Makefile
Matthew Hunt 7701e49637 Import of 3dpong v0.3, a three-dimensional pong game for X11.
PR:		5973
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
1998-04-27 03:51:05 +00:00

27 lines
662 B
Makefile

# New ports collection makefile for: 3dpong
# Version required: 0.3
# Date created: 10 March 1998
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= 3dpong.0.3
PKGNAME= 3dpong-0.3
CATEGORIES= games x11
MASTER_SITES= http://zippy.sonoma.edu/kendrick/nbs/unix/x/3dpong/
MAINTAINER= andy@icc.surw.chel.su
MAKEFILE= makefile
USE_X11= yes
WRKSRC= ${WRKDIR}/3dpong
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/3dpong ${PREFIX}/bin
@ ${MKDIR} ${PREFIX}/share/3dpong
@ ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${PREFIX}/share/3dpong
@ ${MKDIR} ${PREFIX}/share/doc/3dpong
@ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/3dpong
.include <bsd.port.mk>