freebsd-ports/graphics/synaesthesia/Makefile
Alexey Dokuchaev 32083af36b - Remove bogus PLIST_FILES/PLIST_DIRS entries from the Makefile
- Fix couple of spelling mistakes and reformat port description
- Adjust COMMENT, sort the knobs, and clean up Makefile while here
2013-03-15 16:18:19 +00:00

39 lines
856 B
Makefile

# 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
.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>