aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p65/Makefile
blob: 823fd8a0c65c5c1af6b6e8ab03d8330460f8b6f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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.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
NO_WRKSUBDIR=   yes
NO_BUILD=   yes
PLIST_FILES=    bin/p65

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>