aboutsummaryrefslogtreecommitdiffstats
path: root/games/sdlCC/Makefile
blob: 73b5148b0253391f100812c420d71c6ba64f4af2 (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
# New ports collection makefile for:    sdlCC
# Date created:     21 November 2007
# Whom:         Frank W. Josellis <frank@dynamical-systems.org>
#
# $FreeBSD$
#

PORTNAME=   sdlCC
PORTVERSION=    0.0.0
CATEGORIES= games
MASTER_SITES=   http://chinesecheckers.vegard2.no/ \
        http://jcatki.no-ip.org/files/

MAINTAINER= frank@dynamical-systems.org
COMMENT=    An extensible chinese checkers game using SDL

USE_SDL=    image mixer sdl
GNU_CONFIGURE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure ${WRKSRC}/libltdl/configure

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
    ${INSTALL_MAN} ${WRKSRC}/players/README ${DOCSDIR}/README.players
.endif

.include <bsd.port.mk>