mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Fix www
- Move to localbase - Add audio to categories
This commit is contained in:
parent
a15416bce4
commit
e270db0fed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171701
@ -7,17 +7,16 @@
|
||||
|
||||
PORTNAME= synaesthesia
|
||||
PORTVERSION= 2.4
|
||||
CATEGORIES= graphics
|
||||
CATEGORIES= graphics audio
|
||||
MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/ CSME
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Graphically represents sound in real time
|
||||
|
||||
USE_SDL= sdl
|
||||
USE_GMAKE= Yes
|
||||
USE_X_PREFIX= Yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
GNU_CONFIGURE= Yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE}
|
||||
PORTDOCS= README
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
@ -36,7 +35,7 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/synaesthesia ${PREFIX}/bin/
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -9,7 +9,7 @@ individual instruments, singers, or special effects on screen by
|
||||
their location, shape and color, and sufficiently fast to distinguish
|
||||
individual drum beats and notes.
|
||||
|
||||
WWW: http://www.logarithmic.net/pfh/Synaesthesia
|
||||
WWW: http://www.logarithmic.net/pfh/synaesthesia
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
||||
|
Loading…
Reference in New Issue
Block a user