freebsd-ports/audio/tempest_for_eliza/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

33 lines
781 B
Makefile

# Created by: George Reid <greid@ukug.uk.freebsd.org>
# $FreeBSD$
PORTNAME= tempest_for_eliza
PORTVERSION= 1.0.5
PORTREVISION= 7
CATEGORIES= audio
MASTER_SITES= http://www.erikyyy.de/tempest/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to send AM radio signals using a PC monitor
USES= gmake
GNU_CONFIGURE= yes
USE_SDL= sdl
SONGS= forelise jonny fruehling saints oldmacdonald ungarian \
godfather starwars tempest
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/tempest
${INSTALL_DATA} ${SONGS:S,^,${WRKSRC}/songs/,} ${STAGEDIR}${PREFIX}/share/tempest
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>