1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/p65/Makefile
Jeremy Chadwick db2e6adca5 p65 script is actually DOS-formatted. This adds USE_DOS2UNIX, allowing
the script to function on UNIX systems.

Approved by:	philip
2007-03-05 07:27:22 +00:00

31 lines
599 B
Makefile

# ex:ts=8
# New ports collection makefile for: p65
# Date created: Dec 17, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= p65
PORTVERSION= 1.1
CATEGORIES= devel
MASTER_SITES= http://hkn.eecs.berkeley.edu/~mcmartin/P65/pl/
EXTRACT_SUFX= # empty
MAINTAINER= ports@FreeBSD.org
COMMENT= An assembler for the 6502 microprocessor
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS= # empty
EXTRACT_AFTER_ARGS= ${WRKSRC}
USE_PERL5= yes
USE_DOS2UNIX= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/p65
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>