freebsd-ports/audio/trommler/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

50 lines
1.2 KiB
Makefile

# New ports collection makefile for: trommler
# Date created: 17 Apr 2003
# Whom: David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#
PORTNAME= trommler
PORTVERSION= 3.4
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://muth.org/Robert/Trommler/
DISTNAME= trommler.3.4
MAINTAINER= dyeske@gmail.com
COMMENT= A GTK based drum machine
WRKSRC= ${WRKDIR}/Trommler
USE_GNOME= gtk12
USE_GMAKE= yes
post-patch:
#the third Makefile edit replaces the contents
#of a comment so CC can be respected
@${REINPLACE_CMD} -e \
's|-O9|${CFLAGS}|; \
s|-Werror||; \
s|^# Makefile|CC=${CC}|' \
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e \
's|"/Drums"|"${PREFIX}/share/trommler/Drums"|' \
${WRKSRC}/gui.c
pre-build:
#remove stale linux binaries
@${RM} ${WRKSRC}/playsample ${WRKSRC}/wav2smp
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/playsample ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/trommler ${PREFIX}/bin
@${INSTALL_PROGRAM} ${WRKSRC}/wav2smp ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/trommler/Drums
@${MKDIR} ${PREFIX}/share/trommler/Songs
@${INSTALL_DATA} ${WRKSRC}/Drums/*.smp ${PREFIX}/share/trommler/Drums
@${INSTALL_DATA} ${WRKSRC}/Songs/*.sng ${PREFIX}/share/trommler/Songs
.include <bsd.port.mk>