aboutsummaryrefslogtreecommitdiffstats
path: root/games/penguin-command/Makefile
blob: a345eb3c8569b473ea33b4882be7fa27591d914a (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
25
26
27
28
29
30
31
32
# New ports collection makefile for:    penguin-command
# Date created:         Apr 4, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   penguin-command
PORTVERSION=    1.6.5
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= markp@FreeBSD.org

LIB_DEPENDS=    SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
        png.5:${PORTSDIR}/graphics/png \
        jpeg.9:${PORTSDIR}/graphics/jpeg

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

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
MAN6=       penguin-command.6

post-patch:
    ${PERL} -pi -e 's|"SDL/SDL|"SDL|g ; s|<SDL/SDL|<SDL|g' \
        ${WRKSRC}/configure ${WRKSRC}/src/*.[ch]
    ${PERL} -pi -e "s/ -lz -lSDL -lm/ -lz -lm/g" ${WRKSRC}/configure

.include <bsd.port.mk>