1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/audio/libgpod-sharp/Makefile
2021-04-06 16:31:07 +02:00

22 lines
451 B
Makefile

# Created by: David Naylor <dbn@FreeBSD.org>
PKGNAMESUFFIX= -sharp
MAINTAINER= mono@FreeBSD.org
COMMENT= .Net bindings for the libgpod library
RUN_DEPENDS= ${LOCALBASE}/lib/libgpod.so:audio/libgpod
OPTIONS_EXCLUDE=DOCS IMOBILE PYTHON
OPTIONS_SLAVE= MONO
BUILD_WRKSRC= ${WRKSRC}/bindings/mono
INSTALL_WRKSRC= ${WRKSRC}/bindings/mono
SLAVE_PORT= yes
MASTERDIR= ${.CURDIR}/../libgpod
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"