freebsd-ports/multimedia/fpc-dts/Makefile
Jose Alonso Cardenas Marquez 7c7042f539 - New port: multimedia/fpc-dts
Free Pascal interface to the dts library

PR:		146001
Submitted by:	Christopher Key <cjk32_ at _cam.ac.uk>
2010-08-16 17:58:39 +00:00

24 lines
493 B
Makefile

# New ports collection makefile for: fpc-dts
# Date created: 2010-04-22
# Whom: Christopher Key <cjk32@cam.ac.uk>
#
# $FreeBSD$
#
PORTREVISION= 0
CATEGORIES= multimedia lang
PKGNAMESUFFIX= -dts
MAINTAINER= acm@FreeBSD.org
COMMENT= Free Pascal interface to the dts library
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
OPTIONS= LIBDCA "Install dts library" on
.include "${MASTERDIR}/Makefile"