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