blob: 420fe147adbcab8ead3078d7c7abb7e2663e2dfb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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= 2
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
DEPRECATED= Looks like an abandonware, no more public distfiles
EXPIRATION_DATE= 2011-08-01
PLIST_FILES= bin/wmfmixer
USE_GMAKE= yes
USE_XORG= xpm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>
|