mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fe90a46320
area on the local ports tree.
27 lines
519 B
Makefile
27 lines
519 B
Makefile
# New ports collection makefile for: cpm(1)
|
|
# Date created: 25 December 1994
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cpmtools
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
|
|
DISTNAME= cpm-${PORTVERSION}
|
|
|
|
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>
|