mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
d1d2d0364d
PR: ports/154809 Submitted by: milki <milki@rescomp.berkeley.edu>
34 lines
725 B
Makefile
34 lines
725 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= 2
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@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>
|