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

45 lines
1.2 KiB
Makefile
Raw Normal View History

1995-02-06 09:58:07 +00:00
# New ports collection makefile for: wine
1996-11-08 23:57:24 +00:00
# Version required: 961023
# Date created: Sa 9 Nov 1996 00:52:22 MET
# Whom: se
#
1996-11-08 23:57:24 +00:00
# $Id: Makefile,v 1.32 1996/10/29 19:08:20 se Exp $
1995-02-06 09:58:07 +00:00
#
1996-11-08 23:57:24 +00:00
DATE= 961102
1995-11-29 21:38:35 +00:00
DISTNAME= Wine-${DATE}
1996-11-08 23:57:24 +00:00
PKGNAME= wine-96.11.02
CATEGORIES+= emulators x11
1996-03-13 19:29:04 +00:00
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/development/ \
1995-02-06 09:58:07 +00:00
ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \
1996-03-13 19:29:04 +00:00
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
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
post-configure:
cd ${WRKSRC} && make depend
1995-10-10 07:21:33 +00:00
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
1996-01-16 14:44:36 +00:00
cp ${WRKSRC}/wine.man ${PREFIX}/man/man1/wine.1
.if !defined(NOMANCOMPRESS)
gzip -9f ${PREFIX}/man/man1/wine.1
.endif
1995-02-06 09:58:07 +00:00
.include <bsd.port.mk>