aboutsummaryrefslogtreecommitdiff
path: root/emulators/cpmemu/Makefile
blob: 54fc42c6a3c8881e87b1a6f51dcc672083b568fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	cpmemu
PORTVERSION=	0.2.1.1
CATEGORIES=	emulators
MASTER_SITES=	SUNSITE/system/emulators
DISTNAME=	cpm-0.2.1

PATCH_SITES=	SUNSITE/system/emulators
PATCHFILES=	cpm-0.2.1-glibc-rjm.patch.gz
PATCH_DIST_STRIP=	-p1

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Cpm emulator

ONLY_FOR_ARCHS=	i386

USES=		compiler

.include <bsd.port.pre.mk>

.if ${COMPILER_TYPE} == "clang"
USE_BINUTILS=	yes
CPPFLAGS+=	-no-integrated-as
.endif

.include <bsd.port.post.mk>