freebsd-ports/audio/xmmix/Makefile
Alexey Dokuchaev 0ed4441c69 Unbreak fetching from ``http://www.ibiblio.org/tkan/...'' by providing
more stable distfile mirrors.  Software itself builds and works fine.
While here, remove redundant PKGMESSAGE assignment.
2018-05-05 13:30:42 +00:00

25 lines
573 B
Makefile

# Created by: Erik Cederstrand <erich@FreeBSD.org>
# $FreeBSD$
PORTNAME= xmmix
PORTVERSION= 1.2.2
PORTREVISION= 4
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
USE_XORG= x11 xext sm ice xt xp
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>