summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-07-29 22:08:48 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-07-29 22:08:48 +0000
commit4694720f879ec368b57a12b75ad654254e846e49 (patch)
treeff28666f4ee8b4e2c8410378c2169e4b004ec2f0
parentMake libmsiecf fetchable again. (diff)
Make libpff fetchable again
While here, mark that it is not ready for python 3 yet
-rw-r--r--devel/libpff/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/libpff/Makefile b/devel/libpff/Makefile
index 75ca3f44682c..f8f1e21e5036 100644
--- a/devel/libpff/Makefile
+++ b/devel/libpff/Makefile
@@ -4,7 +4,8 @@
PORTNAME= libpff
DISTVERSION= alpha-20120802
CATEGORIES= devel
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/ \
+ LOCAL/antoine
MAINTAINER= antoine@FreeBSD.org
COMMENT= Library and tools to access the PFF and the OFF formats
@@ -13,8 +14,8 @@ LICENSE= LGPL3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-python
-USES= pathfix gettext iconv
-USE_PYTHON= yes
+USES= gettext iconv pathfix
+USE_PYTHON= -2.7
USE_LDCONFIG= yes
LDFLAGS+= -L${LOCALBASE}/lib
@@ -32,11 +33,11 @@ PORTEXAMPLES= *
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
- ${MKDIR} ${EXAMPLESDIR}
+ @${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/${PORTNAME}/* \
${WRKSRC}/examples/${PORTNAME:S,lib,py,}/* ${EXAMPLESDIR}
.endif