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-04-30 23:09:03 +00:00
|
|
|
PORTVERSION= 0.75
|
2003-06-19 13:47:23 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
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
|
|
|
|
|
2003-06-25 06:11:52 +00:00
|
|
|
RUN_DEPENDS= portlint:${PORTSDIR}/devel/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
|
|
|
|
|
2004-08-29 01:27:05 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-04-30 23:09:03 +00:00
|
|
|
.if !defined(WITHOUT_NEWFILE)
|
2004-08-06 22:28:42 +00:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/newfile:${PORTSDIR}/devel/newfile
|
|
|
|
.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
|
|
|
|
|
2004-08-29 01:27:05 +00:00
|
|
|
.include <bsd.port.post.mk>
|