mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
e1163308ad
- Pet portlint(1) PR: ports/66975 Submitted by: maintainer
25 lines
523 B
Makefile
25 lines
523 B
Makefile
# 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= samy@kerneled.org
|
|
COMMENT= A Z80 assembly code assembler and disassembler
|
|
|
|
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>
|