1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/wine-devel/Makefile

44 lines
1.0 KiB
Makefile
Raw Normal View History

1995-02-06 09:58:07 +00:00
# New ports collection makefile for: wine
# Version required: 980517
1996-11-08 23:57:24 +00:00
# Date created: Sa 9 Nov 1996 00:52:22 MET
# Whom: se
#
1998-10-13 11:06:04 +00:00
# $Id: Makefile,v 1.64 1998/10/13 04:39:18 jseger Exp $
1995-02-06 09:58:07 +00:00
#
DATE= 980927
1995-11-29 21:38:35 +00:00
DISTNAME= Wine-${DATE}
PKGNAME= wine-98.09.27
CATEGORIES= emulators
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
1996-11-17 05:48:49 +00:00
MAN1= wine.1
post-extract:
-${MKDIR} ${WRKSRC}/include/asm
${CP} ${FILESDIR}/bitops.h ${WRKSRC}/include/asm/bitops.h
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:
1997-08-25 22:00:52 +00:00
${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
1997-08-25 22:00:52 +00:00
${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc
${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
1995-02-06 09:58:07 +00:00
.include <bsd.port.mk>