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

26 lines
583 B
Makefile

# New ports collection makefile for: wmfmixer
# Date created: 21 June 2002
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmfmixer
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES= audio windowmaker afterstep
MASTER_SITES= http://www.finik.net/files/ \
http://www.linuks.mine.nu/dockapp/
MAINTAINER= ports@FreeBSD.org
COMMENT= An audio mixer for the WindowMaker dock
PLIST_FILES= bin/wmfmixer
USE_GMAKE= yes
USE_XPM= yes
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>