1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/wine-devel/Makefile

40 lines
1.1 KiB
Makefile
Raw Normal View History

1995-02-06 09:58:07 +00:00
# New ports collection makefile for: wine
# Version required: 951003
# Date created: Fri Oct 6 23:43:28 MET 1995
# Whom: se
#
# $Id: Makefile,v 1.14 1995/10/10 17:11:30 se Exp $
1995-02-06 09:58:07 +00:00
#
DATE= 951105
1995-06-15 07:46:50 +00:00
DISTNAME= Wine-${DATE}
PKGNAME= wine-95.11.05
1995-07-13 01:13:20 +00:00
CATEGORIES+= emulation x11
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
1995-02-06 09:58:07 +00:00
ftp://aris.com/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/ \
ftp://ftp.infomagic.com/pub/mirrors/linux/wine/development/
MAINTAINER= se@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
1995-06-15 07:46:50 +00:00
WRKSRC= ${WRKDIR}/wine${DATE}
GNU_CONFIGURE= yes
pre-configure:
@echo "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
>> ${WRKSRC}/autoconf.h
1995-10-10 07:21:33 +00:00
do-install:
install -cs ${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
gzip -9f ${PREFIX}/man/man1/wine.1
1995-02-06 09:58:07 +00:00
.include <bsd.port.mk>