freebsd-ports/audio/freebirth/Makefile
Mario Sergio Fujikawa Ferreira 91312b5dcd o Deploy USE_GNOMENG infrastrcuture
o USE_REINPLACE instead of PERL
o Mark BROKEN for FreeBSD 5.x : too unstable on FreeBSD 5.x
o Don't redundant strip binaries installed with INSTALL_PROGRAM

Submitted by:	maintainer
2002-08-29 02:07:32 +00:00

45 lines
1.2 KiB
Makefile

# New ports collection makefile for: freebirth
# Date created: 27 Dec 2001
# Whom: David Yeske <dyeske@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= freebirth
PORTVERSION= 0.3.2
CATEGORIES= audio
MASTER_SITES= http://www.bitmechanic.com/projects/freebirth/
MAINTAINER= dyeske@yahoo.com
USE_X_PREFIX= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_GMAKE= yes
USE_REINPLACE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
BROKEN= "too unstable on FreeBSD 5.x"
.endif
pre-build:
@${REINPLACE_CMD} -E -e 's|-g[[:space:]]+-O6|${CFLAGS}|; \
s|gtk-config|${GTK_CONFIG}|; \
s|^all: freebirth|all: Makefile.deps freebirth|; \
s|gcc|${CC}|; \
s|^LDFLAGS=|LDFLAGS=\$${LOADLIBES}|' \
${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|include <machine/soundcard.h>|include <sys/soundcard.h>|' \
${WRKSRC}/freebirth.c
@${REINPLACE_CMD} -e 's|^#define FB_SAMPLES "."|#define FB_SAMPLES "${PREFIX}/share/freebirth"|' \
${WRKSRC}/raw_wave.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/freebirth ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/fusebirth ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/freebirth/raw
${INSTALL_DATA} ${WRKSRC}/raw/*.raw ${PREFIX}/share/freebirth/raw
.include <bsd.port.post.mk>