freebsd-ports/audio/xmmix/Makefile
Steve Price 6241b5df23 - Support PREFIX properly
- Update WWW: line

PR:		22808
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:02:21 +00:00

24 lines
434 B
Makefile

# New ports collection makefile for: xmmix
# Date created: Mon Aug 5 10:54:25 CDT 1996
# Whom: erich@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= xmmix
PORTVERSION= 1.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
USE_MOTIF= yes
MAN1= xmmix.1
post-patch:
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad
.include <bsd.port.mk>