blob: 83a24825522b2b8df43e0bc2a229f60853d28dcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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"
|