mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- New port: multimedia/fpc-matroska
Free Pascal interface to matroska library PR: 146001 Submitted by: Christopher Key <cjk32 at cam.ac.uk>
This commit is contained in:
parent
b6870af0f3
commit
836e353a2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=259376
3 changed files with 33 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
||||||
SUBDIR += flvstreamer
|
SUBDIR += flvstreamer
|
||||||
SUBDIR += flvtool++
|
SUBDIR += flvtool++
|
||||||
SUBDIR += fpc-dts
|
SUBDIR += fpc-dts
|
||||||
|
SUBDIR += fpc-matroska
|
||||||
SUBDIR += freevo
|
SUBDIR += freevo
|
||||||
SUBDIR += fxtv
|
SUBDIR += fxtv
|
||||||
SUBDIR += gaupol
|
SUBDIR += gaupol
|
||||||
|
|
23
multimedia/fpc-matroska/Makefile
Normal file
23
multimedia/fpc-matroska/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# New ports collection makefile for: fpc-matroska
|
||||||
|
# Date created: 2010-04-22
|
||||||
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTREVISION= 0
|
||||||
|
CATEGORIES= multimedia lang
|
||||||
|
PKGNAMESUFFIX= -matroska
|
||||||
|
|
||||||
|
MAINTAINER= acm@FreeBSD.org
|
||||||
|
COMMENT= Free Pascal interface to matroska library
|
||||||
|
|
||||||
|
USE_FPC= yes
|
||||||
|
|
||||||
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
||||||
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
||||||
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
||||||
|
|
||||||
|
OPTIONS= LIBMATROSKA "Install matroska library" on
|
||||||
|
|
||||||
|
.include "${MASTERDIR}/Makefile"
|
9
multimedia/fpc-matroska/pkg-plist
Normal file
9
multimedia/fpc-matroska/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/matroska/Package.fpc
|
||||||
|
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/matroska/matroska.o
|
||||||
|
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/matroska/matroska.ppu
|
||||||
|
lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/matroska/libpmatroska.a
|
||||||
|
@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/matroska
|
||||||
|
@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
|
||||||
|
@dirrmtry lib/fpc/%%PORTVERSION%%/units
|
||||||
|
@dirrmtry lib/fpc/%%PORTVERSION%%
|
||||||
|
@dirrmtry lib/fpc
|
Loading…
Add table
Reference in a new issue