mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
19d90672c3
This is very simple tetris-like game. You kill "bugs" by dropping the right combination of blocks on them. PR: ports/7701 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
27 lines
531 B
Makefile
27 lines
531 B
Makefile
# New ports collection makefile for: drm
|
|
# Version required: 1.0
|
|
# Date created: 4 August 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= dr_mario
|
|
PKGNAME= drm-1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/arcade
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
ALL_TARGET=
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/bugs ${PREFIX}/bin/drm
|
|
.if !defined(NOPORTDOCS)
|
|
@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.drm
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|