freebsd-ports/audio/wmix/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

24 lines
512 B
Makefile

# New ports collection makefile for: wmix
# Date created: 2 April 2001
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
#
# $FreeBSD$
#
PORTNAME= wmix
PORTVERSION= 2.20
CATEGORIES= audio windowmaker
MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/
MAINTAINER= ports@FreeBSD.org
COMMENT= An audio mixer for the WindowMaker dock with TV-like OSD
PLIST_FILES= bin/wmix
USE_XPM= YES
USE_X_PREFIX= YES
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmix ${PREFIX}/bin
.include <bsd.port.mk>