Lines 1-12
Link Here
|
1 |
# Ports collection makefile for: dulwich |
1 |
# Created by: Marco Broeder <marco.broeder@gmx.eu> |
2 |
# Date created: 2009-10-24 |
|
|
3 |
# Whom: Marco Broeder <marco.broeder@gmx.eu> |
4 |
# |
5 |
# $FreeBSD: ports/devel/dulwich/Makefile,v 1.16 2012/03/30 19:06:37 jgh Exp $ |
2 |
# $FreeBSD: ports/devel/dulwich/Makefile,v 1.16 2012/03/30 19:06:37 jgh Exp $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= dulwich |
4 |
PORTNAME= dulwich |
9 |
PORTVERSION= 0.8.5 |
5 |
PORTVERSION= 0.8.6 |
10 |
CATEGORIES= devel python |
6 |
CATEGORIES= devel python |
11 |
MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \ |
7 |
MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \ |
12 |
http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ |
8 |
http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ |
Lines 24-32
USE_PYTHON= yes
Link Here
|
24 |
USE_PYDISTUTILS=yes |
20 |
USE_PYDISTUTILS=yes |
25 |
|
21 |
|
26 |
FETCH_ARGS= -Fpr # default '-AFpr' prevents 302 redirects by launchpad |
22 |
FETCH_ARGS= -Fpr # default '-AFpr' prevents 302 redirects by launchpad |
|
|
23 |
UNIQUENAME= ${PORTNAME} |
27 |
|
24 |
|
28 |
.ifndef (NOPORTDOCS) |
25 |
OPTIONS_DEFINE= DOCS |
29 |
PORTDOCS= AUTHORS COPYING HACKING NEWS README |
26 |
DOCS_DESC= Install some documentation text files |
|
|
27 |
OPTIONS_DEFAULT=DOCS |
28 |
|
29 |
.include <bsd.port.options.mk> |
30 |
|
31 |
.if ${PORT_OPTIONS:MDOCS} |
32 |
PORTDOCS= AUTHORS COPYING HACKING NEWS README introduction.txt \ |
33 |
object-store.txt protocol.txt remote.txt repo.txt |
30 |
.endif |
34 |
.endif |
31 |
|
35 |
|
32 |
post-patch: |
36 |
post-patch: |
Lines 36-42
post-patch:
Link Here
|
36 |
${WRKSRC}/setup.py |
40 |
${WRKSRC}/setup.py |
37 |
|
41 |
|
38 |
post-install: |
42 |
post-install: |
39 |
.ifndef (NOPORTDOCS) |
43 |
.if ${PORT_OPTIONS:MDOCS} |
|
|
44 |
${CP} ${WRKSRC}/docs/*.txt ${WRKSRC}/docs/tutorial/*.txt ${WRKSRC} |
40 |
${MKDIR} ${DOCSDIR} |
45 |
${MKDIR} ${DOCSDIR} |
41 |
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} |
46 |
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} |
42 |
.endif |
47 |
.endif |