1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/wavplay/Makefile
Gleb Popov 7a95f29d58 audio/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-02-11 21:28:15 +03:00

33 lines
786 B
Makefile

PORTNAME= wavplay
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}/Release%20Downloads/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Wav player and recorder
WWW= https://sourceforge.net/projects/wavplay/
LICENSE= GPLv2 # only
LICENSE_FILE= ${WRKSRC}/COPYING
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64le
ONLY_FOR_ARCHS_REASON= does not play sound correctly
USES= autoreconf libtool:build
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
OPTIONS_DEFINE= X11
OPTIONS_SUB= yes
X11_CONFIGURE_OFF= --enable-nox
X11_USES= localbase:ldflags xorg
X11_USE= XORG=x11,xmu,xt
X11_LIB_DEPENDS= libXm.so:x11-toolkits/lesstif
post-patch:
@${REINPLACE_CMD} -e 's|machine/soundcard|sys/soundcard|g' ${WRKSRC}/src/*.c
.include <bsd.port.mk>