diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-04 13:11:34 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-04 13:11:34 +0000 |
commit | 274f7c1a9337c8a53faa4ccb59d71ad9400dce49 (patch) | |
tree | 0f53e814f9ad35fb70394eb439a8dc103af43200 /emulators/libvm68k/Makefile | |
parent | 4d891c70c1cfc29bf922f22b8b9dbefc408c774e (diff) | |
download | FreeBSD-ports-274f7c1a9337c8a53faa4ccb59d71ad9400dce49.zip FreeBSD-ports-274f7c1a9337c8a53faa4ccb59d71ad9400dce49.tar.gz |
add libvm68k 1.0.6
M68000 virtual machine library
Diffstat (limited to 'emulators/libvm68k/Makefile')
-rw-r--r-- | emulators/libvm68k/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile new file mode 100644 index 0000000..6c8a687 --- /dev/null +++ b/emulators/libvm68k/Makefile @@ -0,0 +1,19 @@ +# ex:ts=8 +# Ports collection makefile for: libvm68k +# Date created: Jun 4, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libvm68k +PORTVERSION= 1.0.6 +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |