mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
49c1436e56
A new patch is required to work around the lowest LDT entry now being 17 (was 6) after a BSDI compatibility patch lead to a change in /usr/include/machine/segments.h (1.11) ...
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# New ports collection makefile for: wine
|
|
# Version required: 960928
|
|
# Date created: Tue Oct 1 19:48:32 MET 1996
|
|
# Whom: se
|
|
#
|
|
# $Id: Makefile,v 1.30 1996/08/26 21:24:25 se Exp $
|
|
#
|
|
|
|
DATE= 960928
|
|
DISTNAME= Wine-${DATE}
|
|
PKGNAME= wine-96.09.28
|
|
CATEGORIES+= emulators x11
|
|
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/ \
|
|
ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \
|
|
ftp://ftp.dfv.rwth-aachen.de/pub/linux/sunsite/ALPHA/wine/development/ \
|
|
ftp://ftp.infomagic.com/pub/mirrors/linux/wine/development/ \
|
|
ftp://aris.com/pub/linux/ALPHA/Wine/development/
|
|
|
|
MAINTAINER= se@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
WRKSRC= ${WRKDIR}/wine${DATE}
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-configure:
|
|
@echo "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
|
|
>> ${WRKSRC}/autoconf.h
|
|
|
|
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}/wine.man ${PREFIX}/man/man1/wine.1
|
|
.if !defined(NOMANCOMPRESS)
|
|
gzip -9f ${PREFIX}/man/man1/wine.1
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|