2003-06-19 13:47:23 +00:00
|
|
|
# New ports collection makefile for: porttools
|
|
|
|
# Date created: 2003-06-18
|
|
|
|
# Whom: Sergei Kolobov <sergei@kolobov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= porttools
|
2006-05-06 11:42:34 +00:00
|
|
|
PORTVERSION= 0.77
|
2007-02-05 01:08:46 +00:00
|
|
|
CATEGORIES= ports-mgmt
|
2003-06-19 13:47:23 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2003-10-23 05:42:49 +00:00
|
|
|
MAINTAINER= sergei@FreeBSD.org
|
2003-06-19 13:47:23 +00:00
|
|
|
COMMENT= Tools for testing and submitting port updates and new ports
|
|
|
|
|
2007-02-05 01:08:46 +00:00
|
|
|
RUN_DEPENDS= portlint:${PORTSDIR}/ports-mgmt/portlint \
|
2005-04-14 11:35:14 +00:00
|
|
|
cdiff:${PORTSDIR}/textproc/cdiff \
|
2004-08-06 22:28:42 +00:00
|
|
|
sudo:${PORTSDIR}/security/sudo
|
|
|
|
|
2006-04-30 23:09:03 +00:00
|
|
|
.if !defined(WITHOUT_NEWFILE)
|
2006-05-02 14:20:08 +00:00
|
|
|
RUN_DEPENDS+= newfile:${PORTSDIR}/devel/newfile
|
2004-08-06 22:28:42 +00:00
|
|
|
.endif
|
2003-06-25 06:11:52 +00:00
|
|
|
|
2003-07-26 23:14:52 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-10-21 09:12:44 +00:00
|
|
|
INSTALL_TARGET= install install-docs
|
2003-07-26 23:14:52 +00:00
|
|
|
.endif
|
2003-06-19 13:47:23 +00:00
|
|
|
|
2005-07-15 18:52:43 +00:00
|
|
|
MAKE_ENV= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}"
|
2003-10-21 09:12:44 +00:00
|
|
|
MAN1= port.1
|
|
|
|
MAN5= porttools.5
|
|
|
|
|
2006-05-02 14:20:08 +00:00
|
|
|
.include <bsd.port.mk>
|