2012-10-24 23:34:46 +02:00
|
|
|
# Created by: Sergei Kolobov <sergei@kolobov.com>
|
2003-06-19 15:47:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= porttools
|
2014-04-24 06:15:46 +02:00
|
|
|
PORTVERSION= 1.02
|
2007-02-05 02:08:46 +01:00
|
|
|
CATEGORIES= ports-mgmt
|
2003-06-19 15:47:23 +02:00
|
|
|
|
2014-02-16 10:28:55 +01:00
|
|
|
MAINTAINER= xmj@chaot.net
|
2003-06-19 15:47:23 +02:00
|
|
|
COMMENT= Tools for testing and submitting port updates and new ports
|
|
|
|
|
2014-02-16 10:28:55 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
2012-12-11 23:29:34 +01:00
|
|
|
|
2007-02-05 02:08:46 +01:00
|
|
|
RUN_DEPENDS= portlint:${PORTSDIR}/ports-mgmt/portlint \
|
2005-04-14 13:35:14 +02:00
|
|
|
cdiff:${PORTSDIR}/textproc/cdiff \
|
2013-03-02 01:40:53 +01:00
|
|
|
sudo:${PORTSDIR}/security/sudo \
|
|
|
|
svn:${PORTSDIR}/devel/subversion
|
2003-06-19 15:47:23 +02:00
|
|
|
|
2014-02-16 10:28:55 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= xmj
|
2014-04-24 06:15:46 +02:00
|
|
|
GH_COMMIT= c4db0e1
|
2014-02-16 10:28:55 +01:00
|
|
|
|
2012-03-03 14:31:02 +01:00
|
|
|
# Make the version information of porttools itself
|
|
|
|
# available for inclusion in the PRs generated by it.
|
2014-02-19 11:56:44 +01:00
|
|
|
MAKE_ENV+= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" PORTVERSION="${PORTVERSION}"
|
2012-03-03 14:31:02 +01:00
|
|
|
|
2014-02-19 11:56:44 +01:00
|
|
|
OPTIONS_DEFINE= DOCS NEWFILE
|
2012-10-24 23:34:46 +02:00
|
|
|
OPTIONS_DEFAULT= NEWFILE
|
|
|
|
|
|
|
|
NEWFILE_DESC= Enable newfile support
|
2012-04-01 22:06:07 +02:00
|
|
|
|
2013-11-06 13:25:51 +01:00
|
|
|
NEWFILE_RUN_DEPENDS= newfile:${PORTSDIR}/devel/newfile
|
2014-02-16 10:28:55 +01:00
|
|
|
|
2014-04-24 06:15:46 +02:00
|
|
|
DOCS_INSTALL_TARGET= install install-docs
|
2013-03-02 01:40:53 +01:00
|
|
|
|
2006-05-02 16:20:08 +02:00
|
|
|
.include <bsd.port.mk>
|