1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/audio/autozen/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

37 lines
801 B
Makefile

# New ports collection makefile for: autozen
# Date created: 2000-09-16
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= autozen
PORTVERSION= 2.1
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ftp://ftp.springdaemons.com/soft/
MAINTAINER= stas@FreeBSD.org
COMMENT= Adjust brain waves with sound
MAKE_ENV+= PTHREAD_FLAGS="${PTHREAD_CFLAGS} ${PTHREAD_LIBS}" \
DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}"
USE_GNOME= gtk12
USE_PERL5_RUN= yes
PORTDOCS= *
MAN1= autozen.1
post-patch:
@${RM} -f ${WRKSRC}/autozen ${WRKSRC}/seq2wav
.if exists(/usr/include/sys/soundcard.h)
@${REINPLACE_CMD} "s=machine/soundcard.h=sys/soundcard.h=g" \
${WRKSRC}/autozen.c
.endif
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} "s=#%%DOCS%%==g" ${WRKSRC}/Makefile
.endif
.include <bsd.port.mk>