summaryrefslogtreecommitdiff
path: root/emulators/wine/Makefile
blob: c2aec083519811942de2ebdd4b9f39ec83ff16b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Makefile for:		wine
# Version required:	980215
# Date created:		15 March 1998
# Whom:			mycroft
#
# $NetBSD: Makefile,v 1.1 1998/03/16 03:30:46 mycroft Exp $

DISTNAME=	wine980215
PKGNAME=	wine-980215
CATEGORIES=	emulators
MASTER_SITES=	ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/
DISTFILES=	Wine-980215.tar.gz
ONLY_FOR_ARCHS=	i386

MAINTAINER=	mycroft@NetBSD.ORG

GNU_CONFIGURE=	yes

MAN1=		wine.1

.include <bsd.port.mk>