aboutsummaryrefslogtreecommitdiffstats
path: root/games/defendguin/Makefile
blob: 0717372f228aa64804efc0da5c707817887324e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    defendguin
# Date created:             8 February 2001
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   defendguin
PORTVERSION=    0.0.6
CATEGORIES= games
MASTER_SITES=   ftp://ftp.sonic.net/pub/users/nbs/unix/x/defendguin/

MAINTAINER= sobomax@FreeBSD.org

LIB_DEPENDS=    SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer

SDL_CONFIG?=    ${LOCALBASE}/bin/sdl11-config

USE_GMAKE=  yes
MAKE_ENV=   SDL_CONFIG="${SDL_CONFIG}" \
        MKDIR="${MKDIR}" \
        TAR="${TAR}"

.include <bsd.port.mk>