1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/a2dev/Makefile

35 lines
746 B
Makefile
Raw Normal View History

1998-07-01 19:14:43 +00:00
# New ports collection makefile for: a2dev
# Date created: 1 July 1998
# Whom: Archie L. Cobbs <archie@whistle.com>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
1998-07-01 23:57:54 +00:00
#
1998-07-01 19:14:43 +00:00
PORTNAME= a2dev
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
EXTRACT_SUFX= .tgz
1998-07-01 19:14:43 +00:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Apple II 6502 assembler, linker, loader, and object file viewer
1998-07-01 19:14:43 +00:00
USE_GMAKE= yes
MAN1= a2asm.1 a2link.1 a2load.1 a2objx.1
PLIST_FILES= bin/a2asm bin/a2link bin/a2load bin/a2objx
1998-07-01 19:14:43 +00:00
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
.endif
2004-04-02 15:27:23 +00:00
post-patch:
@${REINPLACE_CMD} -e 's|gcc|${CC}|; s|-O3|${CFLAGS}|' \
${WRKSRC}/Make.defs
.include <bsd.port.post.mk>