freebsd-ports/emulators/wine/Makefile
Stefan Eßer a438cb2192 Upgrade to 971101 version of WINE:
- font sizes are much better now
- there seems to be a problem with the application's
  work directory (no longer set to the directory from
  where the Windows binary was loaded ???)
1997-11-01 23:57:34 +00:00

40 lines
968 B
Makefile

# New ports collection makefile for: wine
# Version required: 970215
# Date created: Sa 9 Nov 1996 00:52:22 MET
# Whom: se
#
# $Id: Makefile,v 1.52 1997/10/13 21:51:45 se Exp $
#
DATE= 971101
DISTNAME= Wine-${DATE}
PKGNAME= wine-97.11.01
CATEGORIES= emulators x11
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/wine/development
MAINTAINER= se@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/wine${DATE}
GNU_CONFIGURE= yes
MAN1= wine.1
pre-configure:
@${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
>> ${WRKSRC}/autoconf.h
post-configure:
cd ${WRKSRC} && make depend
do-install:
${INSTALL} -c ${WRKSRC}/wine ${PREFIX}/bin
-@${MKDIR} ${PREFIX}/etc 2>/dev/null
[ -f ${PREFIX}/etc/wine.conf ] \
|| ${CP} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf
${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc
${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
.include <bsd.port.mk>