aboutsummaryrefslogtreecommitdiff
path: root/www/castget/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-29 16:03:47 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-29 16:03:47 +0000
commite629871d612c4426e5cde0398ea9bcdec95b5ae2 (patch)
treedb7e57aa386bb6c0db7f093d4d49cd3573fa1ce6 /www/castget/Makefile
parentbe4189fc06f9a657727dbf268dd7b857ea0ceb69 (diff)
downloadports-e629871d612c4426e5cde0398ea9bcdec95b5ae2.tar.gz
ports-e629871d612c4426e5cde0398ea9bcdec95b5ae2.zip
Stage support
Notes
Notes: svn path=/head/; revision=338017
Diffstat (limited to 'www/castget/Makefile')
-rw-r--r--www/castget/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/castget/Makefile b/www/castget/Makefile
index 35b9c31acd62..9ce5120f9a24 100644
--- a/www/castget/Makefile
+++ b/www/castget/Makefile
@@ -10,8 +10,8 @@ MASTER_SITES= SAVANNAH CENKES
MAINTAINER= ports@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>