mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
cf8b3be87b
PR: 51699 Submitted by: Ports Fury
21 lines
453 B
Makefile
21 lines
453 B
Makefile
# New ports collection makefile for: wmsmixer
|
|
# Date created: 2 April 2001
|
|
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmsmixer
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= http://www.hibernaculum.net/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An audio mixer for the WindowMaker dock
|
|
|
|
USE_XPM= YES
|
|
USE_IMAKE= YES
|
|
MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|