openbsd-ports/emulators/wine/Makefile

31 lines
557 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 1999/10/27 19:46:03 fgsch Exp $
1997-11-30 03:31:06 -05:00
DATE= 990225
DISTNAME= Wine-${DATE}
PKGNAME= wine-${DATE}
CATEGORIES= emulators x11
1998-10-15 00:52:45 -04:00
NEED_VERSION= 1.73
1997-11-30 03:31:06 -05:00
ONLY_FOR_ARCHS= i386
1997-11-30 03:31:06 -05:00
MAINTAINER= rohee@OpenBSD.ORG
1998-10-15 00:52:45 -04:00
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/wine/development
1997-11-30 03:31:06 -05:00
USE_X11 = yes
GNU_CONFIGURE= yes
BROKEN= "build fails on msdos/dpmi.c"
WRKSRC= ${WRKDIR}/${PKGNAME}
1997-11-30 03:31:06 -05:00
post-configure:
1999-02-12 13:29:06 -05:00
cd ${WRKSRC} && make depend
post-install:
[ -f /etc/wine.conf ] || ${CP} ${WRKSRC}/wine.ini /etc/wine.conf
1997-11-30 03:31:06 -05:00
.include <bsd.port.mk>