freebsd-ports/games/drm/Makefile
Justin M. Seger 19d90672c3 Import of drm 1.0
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>
1999-04-13 09:46:50 +00:00

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>