blob: 9f43973cfed3367a340eafc2e5793b3229a078a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: wmusic
# Date created: 16 September 2000
# Whom: eric
#
# $FreeBSD$
#
PORTNAME= wmusic
PORTVERSION= 1.4.5
CATEGORIES= audio windowmaker
MASTER_SITES= http://hadess.net/files/
MAINTAINER= eric@FreeBSD.org
BUILD_DEPENDS= xmms:${PORTSDIR}/audio/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/audio/xmms
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${X11BASE}
CONFIGURE_ENV= PATH_GTKCONFIG=${X11BASE}/bin/gtk12-config
USE_GLIB= yes
USE_GTK= yes
USE_X_PREFIX= yes
.include <bsd.port.mk>
|