diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 15:14:36 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-25 15:14:36 +0800 |
commit | 40abf8b0acc6dac76f7fe26806ec4b49ec3089a5 (patch) | |
tree | cb7f617c33935fecb26f080ff28db079584933b6 /audio/liteamp/Makefile | |
parent | 8f6f6a1bec38ccd929f1d98e724d923906d84ee9 (diff) | |
download | marcuscom-ports-40abf8b0acc6dac76f7fe26806ec4b49ec3089a5.tar marcuscom-ports-40abf8b0acc6dac76f7fe26806ec4b49ec3089a5.tar.gz marcuscom-ports-40abf8b0acc6dac76f7fe26806ec4b49ec3089a5.tar.bz2 marcuscom-ports-40abf8b0acc6dac76f7fe26806ec4b49ec3089a5.tar.lz marcuscom-ports-40abf8b0acc6dac76f7fe26806ec4b49ec3089a5.tar.xz marcuscom-ports-40abf8b0acc6dac76f7fe26806ec4b49ec3089a5.tar.zst marcuscom-ports-40abf8b0acc6dac76f7fe26806ec4b49ec3089a5.zip |
USE_X_PREFIX -> USE_XLIB, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6794 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/liteamp/Makefile')
-rw-r--r-- | audio/liteamp/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/audio/liteamp/Makefile b/audio/liteamp/Makefile new file mode 100644 index 000000000..69e9d7145 --- /dev/null +++ b/audio/liteamp/Makefile @@ -0,0 +1,35 @@ +# 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= 9 +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.4:${PORTSDIR}/audio/libvorbis + +USE_XLIB= yes +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> |