freebsd-ports/audio/fpc-sndfile/Makefile
John Marino d2ffff55de Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).

PR:	195363
2015-01-05 00:16:00 +00:00

23 lines
549 B
Makefile

# Created by: Christopher Key <cjk32@cam.ac.uk>
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= audio lang
PKGNAMESUFFIX= -sndfile
MAINTAINER= freebsd-fpc@FreeBSD.org
COMMENT= Free Pascal Interface to sndfile library
USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= LIBSNDFILE
LIBSNDFILE_DESC= Install sndfile library
OPTIONS_DEFAULT= LIBSNDFILE
LIBSNDFILE_LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
.include "${MASTERDIR}/Makefile"