mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
a5ceb59dda
Many programs from the Win-3.1 distribution are working fine with this release. Just try "wine winfile" and click on the "sol.exe" icon to see how far they got :)
42 lines
1.2 KiB
Makefile
42 lines
1.2 KiB
Makefile
# New ports collection makefile for: wine
|
|
# Version required: 960717
|
|
# Date created: Di 13 Aug 1996 18:27:28 MET DST
|
|
# Whom: se
|
|
#
|
|
# $Id: Makefile,v 1.28 1996/07/18 19:52:04 se Exp $
|
|
#
|
|
|
|
DATE= 960811
|
|
DISTNAME= Wine-${DATE}
|
|
PKGNAME= wine-96.08.11
|
|
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>
|