1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/emulators/cpmtools/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

26 lines
555 B
Makefile

# New ports collection makefile for: cpm(1)
# Version required: 1.1
# Date created: 25 December 1994
# Whom: joerg
#
# $Id: Makefile,v 1.14 1996/11/12 02:16:41 obrien Exp $
#
DISTNAME= cpm-1.1
PKGNAME= cpmtools-1.1
CATEGORIES= emulators
MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= joerg@FreeBSD.org
WRKSRC= ${WRKDIR}/cpm
MAN1= cpm.1
#
# 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>