6506e45d69
- Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit)
29 lines
626 B
Makefile
29 lines
626 B
Makefile
# New ports collection makefile for: icebreaker
|
|
# Date created: 19 October 2000
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icebreaker
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://mattdm.org/icebreaker/1.2.x/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A game similar to Jezzball or Barrack
|
|
|
|
USE_SDL= mixer sdl
|
|
USE_GMAKE= yes
|
|
MAKE_ENV+= prefix="${PREFIX}" \
|
|
highscoredir="${PREFIX}/share/icebreaker/scores" \
|
|
mandir="${MANPREFIX}/man" \
|
|
CHMOD="${CHMOD}" \
|
|
CHOWN="${CHOWN}" \
|
|
MKDIR="${MKDIR}"
|
|
|
|
MAN6= ${PORTNAME}.6
|
|
|
|
.include <bsd.port.mk>
|