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.
32 lines
712 B
Makefile
32 lines
712 B
Makefile
# New ports collection makefile for: 3dpong
|
|
# Date created: 10 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= 3dpong
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/3dpong/
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MAKEFILE= makefile
|
|
USE_X_PREFIX= yes
|
|
WRKSRC= ${WRKDIR}/3dpong
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/3dpong ${PREFIX}/bin
|
|
@ ${MKDIR} ${PREFIX}/share/3dpong
|
|
@ ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${PREFIX}/share/3dpong
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${MKDIR} ${PREFIX}/share/doc/3dpong
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/3dpong
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|