2002-06-04 15:11:34 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libvm68k
|
|
|
|
# Date created: Jun 4, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libvm68k
|
|
|
|
PORTVERSION= 1.0.6
|
2002-06-08 20:30:03 +02:00
|
|
|
PORTREVISION= 1
|
2002-06-04 15:11:34 +02:00
|
|
|
CATEGORIES= emulators
|
|
|
|
MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:24:13 +01:00
|
|
|
COMMENT= M68000 virtual machine library
|
2002-06-04 15:11:34 +02:00
|
|
|
|
2003-05-18 11:55:25 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile (bad C++ code)"
|
|
|
|
.endif
|
|
|
|
|
2002-06-08 20:30:03 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
2002-06-04 15:11:34 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-05-18 11:55:25 +02:00
|
|
|
.include <bsd.port.post.mk>
|