1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/audio/liteamp/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

35 lines
800 B
Makefile

# New ports collection makefile for: liteamp
# Date created: 24 June 2003
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= liteamp
PORTVERSION= 0.2.3.2
PORTREVISION= 13
CATEGORIES= audio gnome
MASTER_SITES= http://kldp.net/frs/download.php/547/
MAINTAINER= perky@FreeBSD.org
COMMENT= Light-weight Music Player for GNOME2
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
mad.2:${PORTSDIR}/audio/mad \
vorbisfile.5:${PORTSDIR}/audio/libvorbis
USE_GMAKE= yes
USE_GNOME= gnomehack libgnomeui gnomeprefix
.ifndef WITHOUT_NLS
USE_GETTEXT= yes
.endif
GNU_CONFIGURE= yes
CONFIGURE_ARGS= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
MAN1= liteamp.1
post-patch:
${REINPLACE_CMD} -e '15s,^,#include <pthread.h>,' \
${WRKSRC}/src/decoder.c
.include <bsd.port.mk>