1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/3dpong/Makefile
Satoshi Asami c23cc4074c Making x11 category more useful project part 1: take out "x11" of
ports that are mere users of X.

Partial list submitted by: Josh Gilliam <josh@quick.net>
1998-07-27 23:25:33 +00:00

28 lines
707 B
Makefile

# New ports collection makefile for: 3dpong
# Version required: 0.3
# Date created: 10 March 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.1.1.1 1998/04/27 03:51:02 mph Exp $
#
DISTNAME= 3dpong.0.3
PKGNAME= 3dpong-0.3
CATEGORIES= games
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>