aboutsummaryrefslogtreecommitdiffstats
path: root/devel/z80-asm/Makefile
blob: 691582d4442a57c1c1fcc0225c8cf959f6a95863 (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
# New ports collection makefile for: z80-asm
# Date created:        January 20 2003
# Whom:                Samy Al Bahra <samy@kerneled.org>
#
# $FreeBSD$
#

PORTNAME=   z80-asm
PORTVERSION=    0.1
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   http://www.kerneled.org/files/FreeBSD-ports/
DISTNAME=   z80-asm

MAINTAINER= ports@FreeBSD.org
COMMENT=    A Z80 assembly code assembler and disassembler

BROKEN= Does not fetch

MAN1=       z80-asm.1 z80-dis.1
MAN5=       z80-file.5 z80-asm.5
MANCOMPRESSED=  no
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

.include <bsd.port.mk>