diff options
Diffstat (limited to 'audio/wmmixer/Makefile')
-rw-r--r-- | audio/wmmixer/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/audio/wmmixer/Makefile b/audio/wmmixer/Makefile new file mode 100644 index 000000000000..b8ed86aa92c9 --- /dev/null +++ b/audio/wmmixer/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: wmmixer +# Version required: 0.8 +# Date created: 11 July 1998 +# Whom: Rich Neswold <rneswold@mcs.net> +# +# $Id$ +# + +DISTNAME= wmmixer +PKGNAME= wmmixer-0.8 +CATEGORIES= audio +MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/2471/ +EXTRACT_SUFX= .tgz + +MAINTAINER= rneswold@mcs.net + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +FETCH_BEFORE_ARGS= -t +NO_INSTALL_MANPAGES= 1 +USE_IMAKE= yes + +.include <bsd.port.mk> |