Emacs/W3 is a full-featured web browser, written entirely in Emacs-Lisp, that supports all the bells and whistles you will find in use on the web today, including frames, tables, stylesheets, and much more. Emacs/W3 runs on most major operating systems, including almost any flavor of Unix, Windows NT/95, AmigaDOS, OS/2, and VMS. Emacs/W3 4.0 is the first major release of Emacs/W3 in almost a year, and is a major upgrade. Please read the documentation carefully if you are upgrading. If you run into any problems, please read the FAQ to see if you have run into a common problem. WWW: http://www.cs.indiana.edu/elisp/w3/docs.html gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gkrellmms2/Makefile
blob: b6621bc00c8a0e401051017ad2de8df9aeea3f7a (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
27
28
# New ports collection makefile for:    gkrellmms
# Date Created:     Jun 22 2000
# Whom:         Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gkrellmms
PORTVERSION=    2.1.4
CATEGORIES= audio
MASTER_SITES=   http://gkrellm.luon.net/files/

MAINTAINER= ume@FreeBSD.org

LIB_DEPENDS=    xmms.3:${PORTSDIR}/audio/xmms
BUILD_DEPENDS=  ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
RUN_DEPENDS=    gkrellm:${PORTSDIR}/sysutils/gkrellm2

WRKSRC=     ${WRKDIR}/gkrellmms

USE_X_PREFIX=   yes
USE_GMAKE=  yes

MAKE_ENV+=  PLUGIN_DIR=${PREFIX}/libexec/gkrellm2/plugins \
        LOCALEDIR=${PREFIX}/share/locale \
        enable_nls=1

.include <bsd.port.mk>