mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
612 B
Makefile
29 lines
612 B
Makefile
# New ports collection makefile for: icbm3d
|
|
# Date created: 20 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icbm3d
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/icbm3d
|
|
USE_X_PREFIX= yes
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= icbm3d
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/icbm3d
|
|
${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|