svn commit: r338017 - head/www/castget

Antoine Brodin antoine at FreeBSD.org
Sun Dec 29 16:03:47 UTC 2013


Author: antoine
Date: Sun Dec 29 16:03:47 2013
New Revision: 338017
URL: http://svnweb.freebsd.org/changeset/ports/338017

Log:
  Stage support

Modified:
  head/www/castget/Makefile

Modified: head/www/castget/Makefile
==============================================================================
--- head/www/castget/Makefile	Sun Dec 29 16:00:25 2013	(r338016)
+++ head/www/castget/Makefile	Sun Dec 29 16:03:47 2013	(r338017)
@@ -10,8 +10,8 @@ MASTER_SITES=	SAVANNAH CENKES
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Command-line podcast downloader
 
-LIB_DEPENDS=	id3-3.8.3:${PORTSDIR}/audio/id3lib \
-		curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS=	libid3.so:${PORTSDIR}/audio/id3lib \
+		libcurl.so:${PORTSDIR}/ftp/curl
 
 USE_LDCONFIG=	yes
 USES=		pkgconfig
@@ -21,9 +21,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-static
 GNU_CONFIGURE=	yes
 
-PLIST_FILES=	bin/castget include/libcastget.h lib/libcastget.la lib/libcastget.so lib/libcastget.so.0
-MAN1=	castget.1
-MAN5=	castgetrc.5
+PLIST_FILES=	bin/castget include/libcastget.h \
+		lib/libcastget.la lib/libcastget.so lib/libcastget.so.0 \
+		man/man1/castget.1.gz man/man5/castgetrc.5.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list