freebsd-ports/audio/libgpod-sharp/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

22 lines
467 B
Makefile

# Created by: David Naylor <dbn@FreeBSD.org>
PORTREVISION= 2
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"