3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
22 lines
507 B
Makefile
22 lines
507 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= http://www.hibernaculum.net/download/
|
|
|
|
MAINTAINER= lx@redundancy.redundancy.org
|
|
COMMENT= An audio mixer for the WindowMaker dock
|
|
|
|
PLIST_FILES= bin/wmsmixer
|
|
USE_XORG= xpm
|
|
USE_IMAKE= YES
|
|
MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|