29 lines
810 B
Makefile
29 lines
810 B
Makefile
# New ports collection makefile for: streamtuner-live365
|
|
# Date created: 18 Jul 2002
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= streamtuner-live365
|
|
PORTVERSION= 0.3.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio www
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= streamtuner
|
|
|
|
MAINTAINER= jylefort@brutele.be
|
|
COMMENT= A Live365 plugin for streamtuner
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/streamtuner/streamtuner.h:${PORTSDIR}/audio/streamtuner
|
|
RUN_DEPENDS= ${X11BASE}/bin/streamtuner:${PORTSDIR}/audio/streamtuner
|
|
|
|
PLIST_FILES= lib/streamtuner/plugins/live365.so \
|
|
share/locale/fr/LC_MESSAGES/streamtuner-live365.mo
|
|
USE_X_PREFIX= yes
|
|
USE_LIBTOOL_VER= 15
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|