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

32 lines
829 B
Makefile
Raw Normal View History

1995-02-06 09:58:07 +00:00
# New ports collection makefile for: wine
1995-03-06 04:40:22 +00:00
# Version required: 950302
1995-02-06 09:58:07 +00:00
# Date created: Sun Feb 5 16:12:09 1995
# Whom: hsu
#
1995-06-15 07:46:50 +00:00
# $Id: Makefile,v 1.6 1995/05/18 18:46:04 hsu Exp $
1995-02-06 09:58:07 +00:00
#
1995-06-15 07:46:50 +00:00
DATE= 950606
DISTNAME= Wine-${DATE}
PKGNAME= Wine-95.06.06
CATEGORIES+= utilities x11 emulation
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
1995-02-06 09:58:07 +00:00
ftp://aris.com/pub/linux/ALPHA/Wine/development/ \
ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ \
ftp://ftp.funet.fi/pub/OS/Linux/ALPHA/Wine/ \
ftp://ftp.wonderland.org/Wine/
MAINTAINER= ports@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
1995-06-15 07:46:50 +00:00
WRKSRC= ${WRKDIR}/wine${DATE}
1995-02-06 09:58:07 +00:00
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
IS_INTERACTIVE= yes
# set this until wine installs cleanly
NO_INSTALL= yes
.include <bsd.port.mk>