mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
f5ebd23a61
Remove the libXp dependency from a number of ports using imake and/or motif. libXp is being deprecated. The list of ports: audio/xmcd audio/xmmix deskutils/xmdiary ftp/llnlxdir ftp/llnlxftp graphics/SciPlot misc/xtar multimedia/mpeg2play
26 lines
575 B
Makefile
26 lines
575 B
Makefile
# Created by: Erik Cederstrand <erich@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmmix
|
|
PORTVERSION= 1.2.2
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
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 \
|
|
man/man1/xmmix.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad
|
|
|
|
.include <bsd.port.mk>
|