1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/audio/fpc-openal/Makefile
Jose Alonso Cardenas Marquez 0aa37da632 - New port: audio/fpc-openal
Free Pascal interface to openal library

PR:		146001
Submitted by:	Christopher Key <cjk32 __ at __ cam.ac.uk>
2010-08-16 18:28:34 +00:00

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"