mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
e427ab10bf
Approved by: portmgr (blanket)
24 lines
559 B
Makefile
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>
|