mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add LICENSE
- Strip library
This commit is contained in:
parent
4786afc602
commit
64cc52d8c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380588
@ -3,13 +3,16 @@
|
||||
|
||||
PORTNAME= castget
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= SAVANNAH CENKES
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Command-line podcast downloader
|
||||
|
||||
LICENSE= LGPL21 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
||||
|
||||
LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib \
|
||||
libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
@ -20,6 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --disable-static
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
PLIST_FILES= bin/castget include/libcastget.h \
|
||||
lib/libcastget.so lib/libcastget.so.0 lib/libcastget.so.0.0.0 \
|
||||
|
Loading…
Reference in New Issue
Block a user