openbsd-ports/emulators/wine/Makefile

42 lines
915 B
Makefile
Raw Normal View History

2002-10-26 08:52:48 -04:00
# $OpenBSD: Makefile,v 1.25 2002/10/26 12:52:48 naddy Exp $
COMMENT= "MS-Windows 3.1/95/NT emulator for Unix (Alpha release)"
1997-11-30 03:31:06 -05:00
DATE= 990225
DISTNAME= Wine-${DATE}
PKGNAME= wine-${DATE}
CATEGORIES= emulators x11
1997-11-30 03:31:06 -05:00
ONLY_FOR_ARCHS= i386
1997-11-30 03:31:06 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
MASTER_SITES= ftp://ftp.chg.ru/pub/gnu/ALPHA/wine/development/
1997-11-30 03:31:06 -05:00
USE_X11= yes
CONFIGURE_STYLE= gnu dest
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/${PKGNAME}
1997-11-30 03:31:06 -05:00
2002-10-26 08:52:48 -04:00
NO_REGRESS= Yes
.if !defined(NO_WARNINGS)
pre-fetch:
@echo
@echo " WARNING: This application requires a kernel compiled with"
@echo " 'option USER_LDT' for proper operation. The GENERIC"
@echo " kernel does not have this option enabled by default."
@echo
.endif
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>