1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/wmsmixer/Makefile
Norikatsu Shigemura b8648043d0 Support CXX/CXXFLAGS properly.
PR:		ports/47736
Submitted by:	Ports Fury
2003-02-02 13:51:26 +00:00

20 lines
402 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
CATEGORIES= audio windowmaker
MASTER_SITES= http://www.hibernaculum.net/download/
MAINTAINER= ports@FreeBSD.org
USE_XPM= YES
USE_IMAKE= YES
MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}"
.include <bsd.port.mk>