1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/fpc-sndfile/Makefile
Jose Alonso Cardenas Marquez d49657a458 - New port: audio/fpc-sndfile
Free Pascal Interface to sndfile library

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

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"