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

41 lines
981 B
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
#
1999-03-30 20:09:53 +00:00
# $Id: Makefile,v 1.69 1999/02/20 00:08:36 se Exp $
1995-02-06 09:58:07 +00:00
#
1999-02-20 00:08:37 +00:00
DATE= 990214
1995-11-29 21:38:35 +00:00
DISTNAME= Wine-${DATE}
1999-02-20 00:08:37 +00:00
PKGNAME= wine-99.02.14
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
1999-03-30 20:09:53 +00:00
ONLY_FOR_ARCHS= i386
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>