2001-05-26 12:48:21 +02:00
|
|
|
# New ports collection makefile for: synaesthesia
|
|
|
|
# Date created: 25 May 2001
|
2001-08-23 01:07:23 +02:00
|
|
|
# Whom: petef@FreeBSD.org
|
2001-05-26 12:48:21 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= synaesthesia
|
2006-05-29 15:08:07 +02:00
|
|
|
PORTVERSION= 2.4
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2006-08-31 08:48:05 +02:00
|
|
|
CATEGORIES= graphics audio
|
2007-04-18 10:01:25 +02:00
|
|
|
MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/ CENKES
|
2001-05-26 12:48:21 +02:00
|
|
|
|
2006-05-29 15:08:07 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Graphically represents sound in real time
|
2001-05-26 12:48:21 +02:00
|
|
|
|
2004-03-08 00:39:10 +01:00
|
|
|
USE_SDL= sdl
|
2006-08-31 08:48:05 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2001-05-26 12:48:21 +02:00
|
|
|
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
|
2006-05-29 15:08:07 +02:00
|
|
|
PORTDOCS= README
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
2001-05-26 12:48:21 +02:00
|
|
|
|
2004-01-07 04:38:01 +01:00
|
|
|
post-patch:
|
2006-05-29 15:08:07 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,' ${WRKSRC}/*.c?
|
|
|
|
@${REINPLACE_CMD} -e 's,int16_t,u_int16_t,' ${WRKSRC}/sound.cc
|
2004-01-07 04:38:01 +01:00
|
|
|
|
2001-05-26 12:48:21 +02:00
|
|
|
do-install:
|
2006-05-29 15:08:07 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/synaesthesia ${PREFIX}/bin/
|
2001-05-26 12:48:21 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2007-04-18 10:01:25 +02:00
|
|
|
@${INSTALL} -d ${DOCSDIR}/
|
2006-08-31 08:48:05 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
2001-05-26 12:48:21 +02:00
|
|
|
.endif
|
|
|
|
|
2007-04-18 10:01:25 +02:00
|
|
|
.include <bsd.port.mk>
|