diff options
Diffstat (limited to 'audio/streamtuner-live365/Makefile')
-rw-r--r-- | audio/streamtuner-live365/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/streamtuner-live365/Makefile b/audio/streamtuner-live365/Makefile index a5a74eb840c..b305f2f368c 100644 --- a/audio/streamtuner-live365/Makefile +++ b/audio/streamtuner-live365/Makefile @@ -5,12 +5,10 @@ # $FreeBSD$ # -PORTNAME= live365 -PORTVERSION= 0.3.2 +PORTNAME= streamtuner-live365 +PORTVERSION= 0.3.3 CATEGORIES= audio www MASTER_SITES= http://streamtuner.sourceforge.net/streamtuner/ -PKGNAMEPREFIX= streamtuner- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jylefort@brutele.be COMMENT= A Live365 plugin for streamtuner @@ -19,6 +17,9 @@ BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/s RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner USE_X_PREFIX= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 + +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |