mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c9b877f574
has a few too many Linux'isms to fix easily. Prodded by: Bill Fenner's distfile checker
20 lines
519 B
Makefile
20 lines
519 B
Makefile
# 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.8 1998/02/01 23:23:51 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= cpm-0.2
|
|
PKGNAME= cpmemu-0.2
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/extra-stuff/CPM-80-emulator/
|
|
# ${MASTER_SITE_SUNSITE} isn't appropriate because distributions/ isn't
|
|
# mirrored.
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
BROKEN= fetch
|
|
|
|
.include <bsd.port.mk>
|