summaryrefslogtreecommitdiff
path: root/emulators/cpmtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/cpmtools/Makefile')
-rw-r--r--emulators/cpmtools/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile
deleted file mode 100644
index 5c190664e728..000000000000
--- a/emulators/cpmtools/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: cpm(1)
-# Version required: 1.1
-# Date created: 25 December 1994
-# Whom: joerg
-#
-# $Id: Makefile,v 1.8 1995/04/29 10:15:00 joerg Exp $
-#
-
-DISTNAME= cpm-1.1
-CATEGORIES+= utilities
-MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/
-MAINTAINER= joerg@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/cpm
-
-#
-# need our own build target to pass PREFIX down to the make command
-#
-do-build:
- @(cd ${WRKSRC}; ${MAKE} PREFIX=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} all)
-
-
-.include <bsd.port.mk>