1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/synaesthesia/Makefile
George C A Reid d593d56d89 Add synaesthesia 2.1, a program to graphically represents sound in real
time

PR:		27652
Submitted by:	Pete Fritchman <petef@databits.net>
2001-05-26 10:48:21 +00:00

31 lines
657 B
Makefile

# New ports collection makefile for: synaesthesia
# Date created: 25 May 2001
# Whom: petef@databits.net
#
# $FreeBSD$
#
PORTNAME= synaesthesia
PORTVERSION= 2.1
CATEGORIES= graphics
MASTER_SITES= http://yoyo.cc.monash.edu.au/~pfh/
MAINTAINER= petef@databits.net
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl10
USE_GMAKE= Yes
USE_X_PREFIX= Yes
GNU_CONFIGURE= Yes
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/synaesthesia ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/synaesthesia
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/synaesthesia
.endif
.include <bsd.port.mk>