diff options
author | mycroft <mycroft> | 1998-03-16 03:30:46 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1998-03-16 03:30:46 +0000 |
commit | c9bf9802035464130df60b5e6d2206eb93eac154 (patch) | |
tree | 397ee8501d49b1a291019ad8f5c473a6650c0875 /emulators/wine/Makefile | |
parent | 93e05c6fecb0260b4f28531a78642461bbdae93f (diff) | |
download | pkgsrc-c9bf9802035464130df60b5e6d2206eb93eac154.tar.gz |
WINE, the Windows emulator
Diffstat (limited to 'emulators/wine/Makefile')
-rw-r--r-- | emulators/wine/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile new file mode 100644 index 00000000000..c2aec083519 --- /dev/null +++ b/emulators/wine/Makefile @@ -0,0 +1,21 @@ +# Makefile for: wine +# Version required: 980215 +# Date created: 15 March 1998 +# Whom: mycroft +# +# $NetBSD: Makefile,v 1.1 1998/03/16 03:30:46 mycroft Exp $ + +DISTNAME= wine980215 +PKGNAME= wine-980215 +CATEGORIES= emulators +MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/ALPHA/Wine/development/ +DISTFILES= Wine-980215.tar.gz +ONLY_FOR_ARCHS= i386 + +MAINTAINER= mycroft@NetBSD.ORG + +GNU_CONFIGURE= yes + +MAN1= wine.1 + +.include <bsd.port.mk> |