freebsd-ports/emulators/wine/Makefile

41 lines
981 B
Makefile
Raw Normal View History

1995-02-06 04:58:07 -05:00
# New ports collection makefile for: wine
# Version required: 980517
1996-11-08 18:57:24 -05:00
# Date created: Sa 9 Nov 1996 00:52:22 MET
# Whom: se
#
1999-03-30 15:09:53 -05:00
# $Id: Makefile,v 1.69 1999/02/20 00:08:36 se Exp $
1995-02-06 04:58:07 -05:00
#
1999-02-19 19:08:37 -05:00
DATE= 990214
1995-11-29 16:38:35 -05:00
DISTNAME= Wine-${DATE}
1999-02-19 19:08:37 -05: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 00:48:49 -05:00
MAN1= wine.1
1999-03-30 15:09:53 -05: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 03:21:33 -04:00
do-install:
1997-08-25 18:00:52 -04: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 18:00:52 -04:00
${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc
${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
1995-02-06 04:58:07 -05:00
.include <bsd.port.mk>