mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
5ab881a5d9
- Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617
22 lines
447 B
Makefile
22 lines
447 B
Makefile
# Created by: Christopher Key <cjk32@cam.ac.uk>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= audio lang
|
|
PKGNAMESUFFIX= -a52
|
|
|
|
COMMENT= Free Pascal interface to a52 library
|
|
|
|
USES= fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR= ${WRKUNITDIR}
|
|
|
|
OPTIONS_DEFINE= LIBA52
|
|
LIBA52_DESC= Install a52 library
|
|
OPTIONS_DEFAULT= LIBA52
|
|
|
|
LIBA52_LIB_DEPENDS= liba52.so:audio/liba52
|
|
|
|
.include "${MASTERDIR}/Makefile"
|