aboutsummaryrefslogtreecommitdiffstats
path: root/games/newvox/Makefile
blob: 4b279fb662fa3b6fa1d944cbddffb151bde7edb1 (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
# Ports collection makefile for:  newvox
# Date created:           23 Aug 2001
# Whom:               Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   newvox
PORTVERSION=    1.0
CATEGORIES= games
MASTER_SITES=   http://www.libsdl.org/projects/newvox/src/

MAINTAINER= kris@FreeBSD.org

LIB_DEPENDS=    SDL-1.1.3:${PORTSDIR}/devel/sdl12

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  SDL_CONFIG="${PREFIX}/bin/sdl11-config"

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/newvox ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/newvox
    ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/newvox
.endif

.include <bsd.port.mk>