freebsd-ports/emulators/libvm68k/Makefile
2003-05-18 09:55:25 +00:00

28 lines
568 B
Makefile

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