9a83896b3b
PR: 26939 Submitted by: Konstantinos Konstantinidis <kkonstan@duth.gr>
22 lines
425 B
Makefile
22 lines
425 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= kkonstan@daemon.gr
|
|
|
|
USE_XPM= YES
|
|
USE_X_PREFIX= YES
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/wmix ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|