2010-12-11 22:09:43 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2014-10-24 18:56:10 +02:00
|
|
|
PORTNAME= stdiff
|
|
|
|
PORTVERSION= 0.2.1
|
|
|
|
CATEGORIES= sysutils python
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
2010-12-11 22:09:43 +01:00
|
|
|
|
2014-10-24 18:56:10 +02:00
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
|
|
COMMENT= Spot The Difference is a file integrity checker
|
2010-12-11 22:09:43 +01:00
|
|
|
|
2014-10-24 18:56:10 +02:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils
|
2010-12-11 22:09:43 +01:00
|
|
|
|
2014-06-30 17:08:56 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2010-12-11 22:09:43 +01:00
|
|
|
PORTDOCS= *
|
|
|
|
|
|
|
|
post-install:
|
2014-06-22 16:43:50 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
$(INSTALL_MAN) ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/
|
|
|
|
$(INSTALL_MAN) ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/
|
|
|
|
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}/)
|
2010-12-11 22:09:43 +01:00
|
|
|
.include <bsd.port.mk>
|