1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/p65/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

26 lines
552 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= p65
PORTVERSION= 1.1
CATEGORIES= devel
MASTER_SITES= https://hkn.eecs.berkeley.edu/~mcmartin/P65/pl/
EXTRACT_SUFX= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= Assembler for the 6502 microprocessor
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= ${WRKSRC}
USES= dos2unix perl5 shebangfix
SHEBANG_FILES= ${DISTNAME}
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/p65
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>