mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
37 lines
802 B
Makefile
37 lines
802 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= ports@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>
|