freebsd-ports/emulators/wine/Makefile

40 lines
968 B
Makefile
Raw Normal View History

1995-02-06 10:58:07 +01:00
# New ports collection makefile for: wine
1997-02-17 20:58:17 +01:00
# Version required: 970215
1996-11-09 00:57:24 +01:00
# Date created: Sa 9 Nov 1996 00:52:22 MET
# Whom: se
#
1998-01-05 00:15:36 +01:00
# $Id: Makefile,v 1.56 1997/12/23 20:14:54 se Exp $
1995-02-06 10:58:07 +01:00
#
1998-01-05 00:15:36 +01:00
DATE= 980104
1995-11-29 22:38:35 +01:00
DISTNAME= Wine-${DATE}
1998-01-05 00:15:36 +01:00
PKGNAME= wine-98.01.04
CATEGORIES= emulators x11
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= ALPHA/wine/development
MAINTAINER= se@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
1995-06-15 09:46:50 +02:00
WRKSRC= ${WRKDIR}/wine${DATE}
GNU_CONFIGURE= yes
1996-11-17 06:48:49 +01:00
MAN1= wine.1
pre-configure:
@${ECHO} "WINE_INI_GLOBAL \"${PREFIX}/etc/wine.conf\"" \
>> ${WRKSRC}/autoconf.h
post-configure:
cd ${WRKSRC} && make depend
1995-10-10 08:21:33 +01:00
do-install:
1997-08-26 00:00:52 +02: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-26 00:00:52 +02:00
${CP} ${WRKSRC}/wine.sym ${PREFIX}/etc
${CP} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1
1995-02-06 10:58:07 +01:00
.include <bsd.port.mk>