Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:07:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399554 - head/audio/ices
Message-ID:  <201510171807.t9HI7T0V028186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 17 18:07:29 2015
New Revision: 399554
URL: https://svnweb.freebsd.org/changeset/ports/399554

Log:
  - Add LICENSE_FILE
  - Cleanup Makefile
  - Use PLIST_FILES and PORTDATA instead of PLIST

Deleted:
  head/audio/ices/pkg-plist
Modified:
  head/audio/ices/Makefile

Modified: head/audio/ices/Makefile
==============================================================================
--- head/audio/ices/Makefile	Sat Oct 17 18:07:24 2015	(r399553)
+++ head/audio/ices/Makefile	Sat Oct 17 18:07:29 2015	(r399554)
@@ -13,6 +13,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Vorbis streaming source client for icecast 2
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio/libogg \
 		libshout.so:${PORTSDIR}/audio/libshout \
@@ -23,12 +24,13 @@ LIB_DEPENDS=	libogg.so:${PORTSDIR}/audio
 OPTIONS_DEFINE=	ALSA
 
 CONFIGURE_ARGS=	--disable-roaraudio --disable-sun-audio
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib -lpthread
 USE_GNOME=	libxml2
 USES=		gmake iconv pkgconfig tar:bzip2
 
+PLIST_FILES=	bin/ices
+PORTDATA=	*
+
 ALSA_LIB_DEPENDS=	libasound.so:${PORTSDIR}/audio/alsa-lib
 ALSA_CONFIGURE_ENABLE=	alsa
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171807.t9HI7T0V028186>