1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/fpc-a52/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

23 lines
485 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
CATEGORIES= audio lang
PKGNAMESUFFIX= -a52
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal interface to a52 library
USE_FPC= yes
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"