mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
7d2e9542b8
- RIP MD5 in distinfo while I'm here. *** I'm not sure about this patch, so you can argue about it with me. Also you can look ports/152102. PR: ports/152156 Submitted by: az Approved by: sergei (timeout)
34 lines
726 B
Makefile
34 lines
726 B
Makefile
# New ports collection makefile for: porttools
|
|
# Date created: 2003-06-18
|
|
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= porttools
|
|
PORTVERSION= 0.99
|
|
PORTREVISION= 1
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= sergei@FreeBSD.org
|
|
COMMENT= Tools for testing and submitting port updates and new ports
|
|
|
|
RUN_DEPENDS= portlint:${PORTSDIR}/ports-mgmt/portlint \
|
|
cdiff:${PORTSDIR}/textproc/cdiff \
|
|
sudo:${PORTSDIR}/security/sudo
|
|
|
|
.if !defined(WITHOUT_NEWFILE)
|
|
RUN_DEPENDS+= newfile:${PORTSDIR}/devel/newfile
|
|
.endif
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
INSTALL_TARGET= install install-docs
|
|
.endif
|
|
|
|
MAKE_ENV= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}"
|
|
MAN1= port.1
|
|
MAN5= porttools.5
|
|
|
|
.include <bsd.port.mk>
|