blob: a21754c061e0d7b5c44420f531b73de8fba2e508 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: cpm-emulator
# Version required: 0.2
# Date created: 28 June 1995
# Whom: janek@gaja.ipan.lublin.pl
#
# $Id: Makefile,v 1.9 1998/07/27 00:01:04 steve Exp $
#
DISTNAME= cpm-0.2
PKGNAME= cpmemu-0.2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/slackware-3.2/source/extra-stuff/CPM-80-emulator/
MAINTAINER= ports@FreeBSD.org
.include <bsd.port.mk>
|