aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/synaesthesia/Makefile
blob: 9f47e2e6d218ce989eb281f3d2149502ad8f215b (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
35
36
37
38
39
40
# Created by: Pete Fritchman <petef@FreeBSD.org>
# $FreeBSD$

PORTNAME=   synaesthesia
PORTVERSION=    2.4
PORTREVISION=   5
CATEGORIES= graphics audio
MASTER_SITES=   http://www.logarithmic.net/pfh-files/synaesthesia/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Real-time graphical music representation program

LICENSE=    GPLv2

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
USE_SDL=    sdl

PORTDOCS=   README
PLIST_FILES=    bin/${PORTNAME}

OPTIONS_DEFINE= DOCS

NO_STAGE=   yes
.include <bsd.port.options.mk>

post-patch:
    @${REINPLACE_CMD} -e 's,stdint\.h,inttypes.h,' ${WRKSRC}/*.c?
    @${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' ${WRKSRC}/sound.cc

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin

.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif

.include <bsd.port.mk>