mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
8159dc9da5
pending PR (related to stage) With hat: portmgr
42 lines
964 B
Makefile
42 lines
964 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ab25
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= hrs
|
|
|
|
MAINTAINER= ports@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
|
|
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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.options.mk>
|
|
|
|
pre-su-install:
|
|
${MKDIR} ${PREFIX}/include/ab25
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|