mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
0aa37da632
Free Pascal interface to openal library PR: 146001 Submitted by: Christopher Key <cjk32 __ at __ cam.ac.uk>
24 lines
496 B
Makefile
24 lines
496 B
Makefile
# New ports collection makefile for: fpc-openal
|
|
# Date created: 2010-04-22
|
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= audio lang
|
|
PKGNAMESUFFIX= -openal
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to openal library
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
OPTIONS= OPENAL "Install openal library" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|