1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/wmusic/Makefile
Trevor Johnson cd756a963d Add WMusic, an applet for the Window Maker dock which works as a
remote control for xmms.

I made some minor changes:
- put maintainer's full name and e-mail address on Whom line
- rearranged for new layout
- removed unneeded patch
- added maintainer's name and e-mail address to pkg-descr

PR:		21597
Submitted by:	Eric Melville <eric@osd.bsdi.com>
Approved by:	maintainer
2000-10-11 23:30:09 +00:00

30 lines
654 B
Makefile

# New ports collection makefile for: wmusic
# Date created: 16 September 2000
# Whom: Eric Melville <eric@osd.bsdi.com>
#
# $FreeBSD$
#
PORTNAME= wmusic
PORTVERSION= 1.2.3
CATEGORIES= audio windowmaker
MASTER_SITES= http://hadess.free.fr/files/
MAINTAINER= eric@osd.bsdi.com
LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp
BUILD_DEPENDS= xmms:${PORTSDIR}/audio/xmms
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE} \
--x-includes=${X11BASE}/include \
--x-libraries=${X11BASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
USE_GLIB= yes
USE_GTK= yes
USE_X_PREFIX= yes
.include <bsd.port.mk>