1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/xmmix/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

24 lines
559 B
Makefile

PORTNAME= xmmix
PORTVERSION= 1.2.2
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= http://ftp.twaren.net/BSD/OpenBSD/distfiles/ \
http://freebsd.nsu.ru/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Motif-based audio mixer
WWW= https://www.ibiblio.org/tkan/xmmix/
WRKSRC= ${WRKDIR}/xmmix-1.2
USES= imake motif xorg
USE_XORG= x11 xext sm ice xt
PLIST_FILES= bin/xmmix lib/X11/app-defaults/XMmix lib/X11/xmmix.hlp \
share/man/man1/xmmix.1.gz
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad
.include <bsd.port.mk>