1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/emulators/wine-devel/Makefile
Jeffrey Hsu edb15401e0 Fix misplacement of CATEGORIES line into middle of a multi-line define.
Reviewed by:
Submitted by:
Obtained from:
1995-04-07 18:56:39 +00:00

22 lines
640 B
Makefile

# New ports collection makefile for: wine
# Version required: 950302
# Date created: Sun Feb 5 16:12:09 1995
#
DISTNAME= Wine-950302
CATEGORIES+= utilities x11 emulation
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/ALPHA/wine/ \
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/
WRKSRC= ${WRKDIR}/wine950302
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>