freebsd-ports/games/defendguin/Makefile

25 lines
464 B
Makefile
Raw Normal View History

# New ports collection makefile for: defendguin
# Date created: 8 February 2001
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= defendguin
PORTVERSION= 0.0.10
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.nbswebfx.com/downloads/
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= Another shoot-the-Bill game
USE_SDL= mixer sdl
USE_GMAKE= yes
MAKE_ENV= MKDIR="${MKDIR}" \
TAR="${TAR}"
2002-09-15 01:00:37 +02:00
MAN6= defendguin.6
.include <bsd.port.mk>