Changeset 81045
- Timestamp:
- 07/24/11 00:02:25 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/security/cfv/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/security/cfv/Portfile
r67573 r81045 5 5 name cfv 6 6 version 1.18.3 7 revision 1 7 8 categories security 8 9 maintainers perry openmaintainer … … 21 22 livecheck.url ${homepage} 22 23 23 depends_lib port:python2624 25 24 master_sites sourceforge 26 25 … … 29 28 patchfiles patch-Makefile.diff patch-cfv.diff 30 29 31 post-patch {32 reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile33 reinplace "s|@PYTHON@|${prefix}/bin/python2.6|" ${worksrcpath}/Makefile ${worksrcpath}/cfv34 }35 36 30 use_configure no 37 31 38 32 build {} 33 34 if {![variant_isset python27] && ![variant_isset python32]} { 35 default_variants +python27 36 } 37 38 variant python27 conflicts python32 description {Use Python 2.7} { 39 depends_lib port:python27 40 41 post-patch { 42 reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile 43 reinplace "s|@PYTHON@|${prefix}/bin/python2.7|" ${worksrcpath}/Makefile ${worksrcpath}/cfv 44 } 45 } 46 47 variant python32 conflicts python27 description {Use Python 3.2} { 48 depends_lib port:python32 49 50 post-patch { 51 reinplace "s|@PREFIX@|${prefix}|" ${worksrcpath}/Makefile 52 reinplace "s|@PYTHON@|${prefix}/bin/python3.2|" ${worksrcpath}/Makefile ${worksrcpath}/cfv 53 } 54 }
Note: See TracChangeset
for help on using the changeset viewer.

