mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c9ea361463
on sdl12-1.2.5
25 lines
464 B
Makefile
25 lines
464 B
Makefile
# 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
|
|
COMMENT= Another shoot-the-Bill game
|
|
|
|
USE_SDL= mixer sdl
|
|
USE_GMAKE= yes
|
|
MAKE_ENV= MKDIR="${MKDIR}" \
|
|
TAR="${TAR}"
|
|
|
|
MAN6= defendguin.6
|
|
|
|
.include <bsd.port.mk>
|