mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27 lines
427 B
Makefile
27 lines
427 B
Makefile
# New ports collection makefile for: procmap
|
|
# Version required: (self contained)
|
|
# Date created: 22 March 2000
|
|
# Whom: Jason Evans <jasone@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= procmap-1.0
|
|
CATEGORIES= sysutils
|
|
DISTFILES= #empty
|
|
|
|
MAINTAINER= jasone@freebsd.org
|
|
|
|
NO_CHECKSUM= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
WRKSRC= ${.CURDIR}/src
|
|
|
|
do-fetch:
|
|
@${DO_NADA}
|
|
|
|
pre-clean:
|
|
@$(SH) -ec "cd $(WRKSRC) ; make clean"
|
|
|
|
.include <bsd.port.mk>
|