2c0789eb84
other miscellaneous files which are not actually manual pages.
24 lines
612 B
Makefile
24 lines
612 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= stdiff
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
|
COMMENT= Spot The Difference is a file integrity checker
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= *
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/
|
|
${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/
|
|
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}/)
|
|
.include <bsd.port.mk>
|