summaryrefslogtreecommitdiff
path: root/emulators/winelib/Makefile
blob: 7e45803ab30307297065794c50e4f8c0f469f361 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:41 tv Exp $
#

DISTNAME=	winelib-0.3
PKGREVISION=	1
CATEGORIES=	emulators
MASTER_SITES=	http://mono2.ximian.com/archive/1.0/

MAINTAINER=	recht@NetBSD.com
HOMEPAGE=	http://www.mono-project.com/
COMMENT=	Library to bind Wine as shared library

USE_BUILDLINK3=		yes
USE_PKGLOCALEDIR=	yes
GNU_CONFIGURE=		yes
USE_GNU_TOOLS+=		make
CONFIGURE_ARGS+=	--with-wine=${BUILDLINK_PREFIX.wine}

.include "../../emulators/wine/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"