1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/audio/autozen/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

38 lines
819 B
Makefile

# New ports collection makefile for: autozen
# Date created: 2000-09-16
# Whom: Trevor Johnson
#
# $FreeBSD$
#
PORTNAME= autozen
PORTVERSION= 2.1
PORTREVISION= 1
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_X_PREFIX= yes
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>