1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/multimedia/fpc-matroska/Makefile
Jose Alonso Cardenas Marquez 0fde88adba - Update to 2.6.0
2012-04-19 06:20:01 +00:00

24 lines
514 B
Makefile

# 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"