1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/emulators/cpmemu/Makefile
Martin Wilke c8f0bf4576 - Fix build with clang
PR:		185322
Submitted by:	ports fury
2014-01-19 13:45:39 +00:00

31 lines
579 B
Makefile

# Created by: janek@gaja.ipan.lublin.pl
# $FreeBSD$
PORTNAME= cpmemu
PORTVERSION= 0.2.1.1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/emulators
DISTNAME= cpm-0.2.1
PATCH_SITES= ${MASTER_SITE_SUNSITE}
PATCH_SITE_SUBDIR= 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>