aboutsummaryrefslogtreecommitdiffstats
path: root/games/kobodeluxe/Makefile
blob: fd7eff127f053f5bd284d1ef98da564ee891c236 (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
33
34
# New ports collection makefile for:    kobodeluxe
# Date created:     12 June 2002
# Whom:         Amar Takhar <verm@drunkmonk.net>
#
# $FreeBSD$
#

PORTNAME=   kobodeluxe
PORTVERSION=    0.4.p8
CATEGORIES= games
MASTER_SITES=   http://olofson.net/skobo/download/ \
        http://olofson.net/download/
DISTNAME=   KoboDeluxe-${PORTVERSION:S/.p/pre/}

MAINTAINER= verm@drunkmonk.net

LIB_DEPENDS=    SDL-1.1.5:${PORTSDIR}/devel/sdl12 \
        SDL_image.10:${PORTSDIR}/graphics/sdl_image

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  SDL_CONFIG=${LOCALBASE}/bin/sdl11-config
CONFIGURE_ARGS+=    --program-transform-name="s/$$//"

USE_AUTOMAKE=   yes
USE_AUTOCONF=   yes
USE_AUTOCONF_VER=   253
USE_AUTOMAKE_VER=   15
AUTOCONF=   autoconf
ACLOCAL=    aclocal

pre-configure:
    cd ${WRKDIR}/${DISTNAME} && ${ACLOCAL} && ${AUTOCONF} && ${AUTOHEADER}

.include <bsd.port.mk>