Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/emulators/cpmemu/Makefile
16149 views
# Created by: [email protected]

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=	[email protected]
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>