freebsd-ports/emulators/libvm68k/Makefile

30 lines
711 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: libvm68k
# Date created: Jun 4, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libvm68k
PORTVERSION= 1.0.6
PORTREVISION= 2
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
USE_LIBTOOL_VER=13
2003-12-10 15:46:40 +01:00
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
2003-12-10 15:46:40 +01:00
post-patch:
@${REINPLACE_CMD} -e '/^#define _POSIX_C_SOURCE 199506L/d' \
${WRKSRC}/memory.cc ${WRKSRC}/memory_map.cc ${WRKSRC}/version.cc
@${REINPLACE_CMD} -e '/^LTLIBRELEASE=/d' \
2004-06-19 13:14:08 +02:00
-e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
2003-05-18 11:55:25 +02:00
2003-12-10 15:46:40 +01:00
.include <bsd.port.mk>