aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/cpmemu/Makefile
blob: 648a14b89efcfe8c42bdce33326e54317fa6bd3b (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
26
27
28
# Created by: janek@gaja.ipan.lublin.pl
# $FreeBSD$

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>