aboutsummaryrefslogtreecommitdiffstats
path: root/audio/liteamp/Makefile
blob: 40de755e56dd3c290c142ed59282bf6be66c4fc7 (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
29
# New ports collection makefile for:    liteamp
# Date created:     24 June 2003
# Whom:         Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   liteamp
PORTVERSION=    0.2.2
PORTREVISION=   1
CATEGORIES= audio gnome
MASTER_SITES=   http://download.kldp.net/liteamp/

MAINTAINER= perky@FreeBSD.org
COMMENT=    Light-weight Music Player for GNOME2

LIB_DEPENDS=    ao.3:${PORTSDIR}/audio/libao \
        mad.1:${PORTSDIR}/audio/mad \
        ogg.4:${PORTSDIR}/audio/libogg \
        vorbisfile.3:${PORTSDIR}/audio/libvorbis

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  libgnomeui gnomeprefix
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"

MAN1=       liteamp.1

.include <bsd.port.mk>