openbsd-ports/devel/armips/Makefile
bentley 8a4dde96d2 Import armips-0.10.0.
armips is an assembler and linker that includes full support for the MIPS
R3000, MIPS R4000, and Allegrex instruction sets, partial support for the
EmotionEngine instruction set, as well as complete support for the ARM7 and
ARM9 instruction sets, both THUMB and ARM mode.

Some of the other features include a full-fledged C-like expression parser,
the ability to overlay assembled output over an existing file, and table
support for user-defined text encodings.

ok benoit@
2019-06-28 06:45:23 +00:00

32 lines
628 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2019/06/28 06:45:23 bentley Exp $
COMMENT = assembler for various ARM and MIPS platforms
GH_ACCOUNT = Kingcom
GH_PROJECT = armips
GH_TAGNAME = v0.10.0
CATEGORIES = devel
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
# MIT
PERMIT_PACKAGE = Yes
WANTLIB += ${COMPILER_LIBCXX} c m
# c++11
COMPILER = base-clang ports-gcc
MODULES = devel/cmake
NO_TEST = Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/armips ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/armips
${INSTALL_DATA} ${WRKSRC}/Readme.md ${WRKSRC}/LICENSE.txt \
${PREFIX}/share/doc/armips
.include <bsd.port.mk>