mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
- Update to 0.2.5.
- Trim old-style header. - Add LICENSE. - Mark MAKE_JOBS_SAFE=yes - Use OPTIONS_DEFINE.
This commit is contained in:
parent
7bf7b97124
commit
ed8c7412b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317299
@ -1,12 +1,7 @@
|
||||
# New ports collection makefile for: ab25
|
||||
# Date created: July 2 2011
|
||||
# Whom: hrs
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ab25
|
||||
PORTVERSION= 0.2.4
|
||||
PORTVERSION= 0.2.5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= hrs
|
||||
@ -14,22 +9,30 @@ MASTER_SITE_SUBDIR= hrs
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Utility for ARIB STD-B25 ECM handling in MPEG2-TS stream
|
||||
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/licence.txt
|
||||
|
||||
LIB_DEPENDS= pcsclite:${PORTSDIR}/devel/pcsc-lite
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so:${PORTSDIR}/devel/libccid
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
PORTDOCS= readme.txt
|
||||
MAKE_JOBS=SAFE= yes
|
||||
PORTDOCS= README readme-en.txt readme-jp.txt
|
||||
|
||||
PLIST_FILES= bin/b25 \
|
||||
lib/libab25.a lib/libab25_p.a lib/libab25.so.1 lib/libab25.so \
|
||||
include/ab25/arib_std_b25.h include/ab25/b_cas_card.h
|
||||
PLIST_DIRS= include/ab25
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
pre-su-install:
|
||||
${MKDIR} ${PREFIX}/include/ab25
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ab25-0.2.4.tar.gz) = 1fd3c65fe3b9668d357368eebcb86eaf4d21ec2c6588c700f9b48128700a5ce1
|
||||
SIZE (ab25-0.2.4.tar.gz) = 32005
|
||||
SHA256 (ab25-0.2.5.tar.gz) = 689a59537f503a80ead2a7f23a3e44f92eca431aa985b3582a4fec761864bb83
|
||||
SIZE (ab25-0.2.5.tar.gz) = 36202
|
||||
|
@ -3,4 +3,4 @@ MULTI2 decoding specified in ARIB STD-B25 (an ISDB conditional access system
|
||||
used in Japan). PC/SC interface is used for extracting Ks key from a B-CAS
|
||||
card.
|
||||
|
||||
WWW: http://www.marumo.ne.jp/db2007_b.htm#25
|
||||
WWW: http://www.marumo.ne.jp/db2012_2.htm#13
|
||||
|
Loading…
x
Reference in New Issue
Block a user