aboutsummaryrefslogtreecommitdiffstats
path: root/audio/linux-fmodapi/Makefile
blob: 60cca37c1e5559eae568a6171bd55b06f2d2ac43 (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
# New ports collection makefile for:    devel/linux-fmodapi
# Date created:             2010-01-06
# Whom:                 Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#

PORTNAME=   fmodapi
PORTVERSION=    4.24.16
PORTREVISION=   1
CATEGORIES= audio devel linux
MASTER_SITES=   http://www.fmod.org/index.php/release/version/
PKGNAMEPREFIX=  linux-
DISTNAME=   fmodapi42416linux

MAINTAINER= edwin@mavetju.org
COMMENT=    Music & Sound effects system

ONLY_FOR_ARCHS= i386
INSTALL_SHLIB=  yes
USE_LDCONFIG=   yes
NO_BUILD=   yes
USE_LINUX_PREFIX=   yes

post-patch:
    ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/Makefile

.include <bsd.port.mk>