1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/codeville/Makefile
Ruslan Makhmatkhanov 561a968c8b devel/codeville: update to version 0.1.17
- update to 0.1.17
- actualize pkg-descr
- align patch file
- add NO_ARCH, while I'm here

PR:		210253
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2016-06-18 21:01:44 +00:00

32 lines
762 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= codeville
PORTVERSION= 0.1.17
CATEGORIES= devel python
MASTER_SITES= http://bsdforge.com/projects/source/devel/codeville/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Anarchic control version system without unnecessary re-merges
LICENSE= BSD3CLAUSE
NO_ARCH= yes
USES= python tar:xz
USE_PYTHON= distutils autoplist
PORTDOCS= LICENSE.txt
PORTEXAMPLES= cdvserver.conf.sample
OPTIONS_DEFINE= DOCS EXAMPLES
post-install:
# examples
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}
# documentation
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>