openbsd-ports/devel/ophis/Makefile
bentley 0faac92860 Import ophis-1.0.
Ophis is a cross-assembler for the 65xx series of chips. It supports
the stock 6502 opcodes, the 65c02 extensions, and syntax for the
"undocumented opcodes" in the 6510 chip used on the Commodore 64.
(Syntax for these opcodes matches those given in the VICE team's
documentation.)

ok jasper@
2011-10-14 22:29:57 +00:00

30 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/10/14 22:29:57 bentley Exp $
COMMENT = 65xx-series cross-assembler
MODPY_EGG_VERSION = 1.0
DISTNAME = Ophis-${MODPY_EGG_VERSION}
PKGNAME = ${DISTNAME:L}
CATEGORIES = devel
HOMEPAGE = https://hkn.eecs.berkeley.edu/~mcmartin/ophis/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}
MODULES = lang/python
NO_REGRESS = Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ophis
${INSTALL_DATA} ${WRKDIST}/doc/ophismanual.pdf ${PREFIX}/share/doc/ophis
.include <bsd.port.mk>